diff --git a/src/index.ts b/src/index.ts index b872642..1bcb2bd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -200,7 +200,7 @@ class ServerlessOfflineSns { this.debug("require(" + fullHandlerPath + ")[" + handlerFnName + "]"); const handler = require(fullHandlerPath)[handlerFnName]; return handler; - } + }; } public log(msg, prefix = "INFO[serverless-offline-sns]: ") {