From aaa6305ffcae4867dd8dbd25561dab669c73cd09 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:35:11 -0500 Subject: [PATCH] add bad code --- .automation/test/typescript/typescript_bad_1.ts | 2 ++ 1 file changed, 2 insertions(+) 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));