Fixed the logging when tweets go out

This commit is contained in:
thewesker
2016-06-18 03:01:26 -04:00
parent b99e4ee79a
commit 61f1343ebd
3 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
worker: node test.js
worker: node app.js

View File

View File

@@ -12,6 +12,6 @@
"scripts": {
"test": "node app.js"
},
"author": "thewesker",
"author": "awfuljack",
"license": "ISC"
}