Skip to content

Commit

Permalink
chore: Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Feb 3, 2023
1 parent 9e7ede4 commit 3b0746a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/src/lib/aws-lambda/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import {
AWSLambdaMiddlewareResponse
} from './types';

// eslint-disable-next-line import/no-unresolved, import/first


function ensureIsArray<T = any, R = T extends Array<any> ? T : Array<T>>(value: T): R {
if (!value) {
Expand Down

0 comments on commit 3b0746a

Please sign in to comment.