Skip to content

Commit

Permalink
refactor(lambda): 🐛 Deeosource bugs adjusting
Browse files Browse the repository at this point in the history
  • Loading branch information
viniieng committed Apr 4, 2024
1 parent 3cdb92b commit e731eb9
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 './../lambda'
import { Docfy, DocfySettings } from './'

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

0 comments on commit e731eb9

Please sign in to comment.