Skip to content

Commit c3569cf

Browse files
committed
typo
1 parent e2473e0 commit c3569cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

polling-frequent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint .",
1111
"start": "ts-node src/worker.ts",
1212
"start.watch": "nodemon src/worker.ts",
13-
"workflow": "ts-node src/client.ts",
13+
"workflow": "ts-node src/client.ts"
1414
},
1515
"nodemonConfig": {
1616
"execMap": {

polling-infrequent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint .",
1111
"start": "ts-node src/worker.ts",
1212
"start.watch": "nodemon src/worker.ts",
13-
"workflow": "ts-node src/client.ts",
13+
"workflow": "ts-node src/client.ts"
1414
},
1515
"nodemonConfig": {
1616
"execMap": {

0 commit comments

Comments
 (0)