diff --git a/.automation/test/typescript/typescript_bad_1.ts b/.automation/test/typescript/typescript_bad_1.ts index b400e198..1b484c9f 100644 --- a/.automation/test/typescript/typescript_bad_1.ts +++ b/.automation/test/typescript/typescript_bad_1.ts @@ -2,5 +2,7 @@ const spiderman = (person: String) => { return 'Hello, ' + person; } +var handler = createHandler( { path : /webhook, secret : (process.env.SECRET) }) + let user = 1; console.log(spiderman(user));