File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export class BaserowTrigger implements INodeType {
116116 return toOptions ( tables ) ;
117117 } ,
118118 } ,
119- }
119+ } ;
120120
121121 // @ts -ignore (because of request)
122122 webhookMethods = {
@@ -159,8 +159,8 @@ export class BaserowTrigger implements INodeType {
159159 events,
160160 "request_method" : "POST" ,
161161 "name" : `${ this . getWorkflow ( ) . name } ` ,
162- "use_user_field_names" : true
163- }
162+ "use_user_field_names" : true ,
163+ } ;
164164
165165 const webhookData = this . getWorkflowStaticData ( 'node' ) ;
166166
Original file line number Diff line number Diff line change 2121 "scripts" : {
2222 "build" : " tsc && gulp build:icons" ,
2323 "dev" : " tsc --watch" ,
24- "format" : " prettier nodes credentials --write" ,
25- "lint" : " tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json" ,
26- "lintfix" : " tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix" ,
27- "prepublishOnly" : " npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
24+ "format" : " prettier nodes --write" ,
25+ "lint" : " tslint -p tsconfig.json -c tslint.json && eslint nodes package.json" ,
26+ "lintfix" : " tslint --fix -p tsconfig.json -c tslint.json && eslint nodes package.json --fix" ,
27+ "prepublishOnly" : " npm run build && npm run lint -c .eslintrc.prepublish.js nodes package.json"
2828 },
2929 "files" : [
3030 " dist"
You can’t perform that action at this time.
0 commit comments