Readd jsonfile

This commit is contained in:
samcm 2017-11-30 21:33:23 +11:00
parent c2500c2685
commit c73217bfaa
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"dependencies": {
"args-parser": "^1.1.0",
"cors": "^2.8.3",
"jsonfile": "^4.0.0",
"socket.io": "^2.0.3",
"videojs-contrib-hls": "^5.5.2",
"vue": "^2.5.2",

View File

@ -146,7 +146,7 @@ function killOldInvites(){
killOldInvites()
setInterval(function() {
killOldInvites()
},3600000)
}, 3600000)
var shortenedLinks = {}
loadFromFile((result) => {