mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
add bad code
This commit is contained in:
parent
5d279e62db
commit
aaa6305ffc
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue