Skip to content

Commit

Permalink
fix(lambda): adjusting lambda deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
viniieng committed Apr 4, 2024
1 parent e731eb9 commit 91389d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda/lambdaGetParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { HttpStatuses } from '../http/enums'
import { kebabCaseToCamelCase } from './../string/formatters'
import { APIGatewayEvent } from 'aws-lambda'
import { error } from '../error/index'
import { Docfy, DocfySettings } from './'
import { Docfy, DocfySettings } from '.'

export const lambdaGetParameters = (event: object, eventParams: object): { [key: string]: any } => {
const fedParams = {}
Expand Down

0 comments on commit 91389d2

Please sign in to comment.