lint compliance

This commit is contained in:
ansuz
2020-03-24 17:40:07 -04:00
parent b134799449
commit 479b76f848
2 changed files with 1 additions and 5 deletions

View File

@@ -5,10 +5,6 @@ const Util = require("../common-util");
const escapeKeyCharacters = Util.escapeKeyCharacters;
//const { fork } = require('child_process');
/* Use Nacl for checking signatures of messages */
const Nacl = require("tweetnacl/nacl-fast");
Core.DEFAULT_LIMIT = 50 * 1024 * 1024;
Core.SESSION_EXPIRATION_TIME = 60 * 1000;