Skip to content

Commit

Permalink
chore: Delinted
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard committed Jan 18, 2024
1 parent 33218a7 commit 5f8f4f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,7 @@ or make sure that you already have Serverless 3.x installed in your project.
}

private getHandlerWrapper(runtime: string, handler: string) {
if (
["nodejs16.x", "nodejs18.x", "nodejs20.x"].indexOf(
runtime
) !== -1
) {
if (["nodejs16.x", "nodejs18.x", "nodejs20.x"].indexOf(runtime) !== -1) {
return "newrelic-lambda-wrapper.handler";
}

Expand Down

0 comments on commit 5f8f4f9

Please sign in to comment.