Skip to content

Commit 4887c02

Browse files
author
Hidetaka Okamoto
committed
fix: method name
1 parent 152553d commit 4887c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class ServerlessNestjsApplicationFactory<T = any> {
5151
return serverless.createServer(expressApp)
5252
}
5353

54-
public async create (
54+
public async run (
5555
event: APIGatewayProxyEvent | APIGatewayEvent,
5656
context: Context
5757
) {

0 commit comments

Comments
 (0)