diff options
Diffstat (limited to 'src/routers/tmwa')
-rw-r--r-- | src/routers/tmwa/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routers/tmwa/index.js b/src/routers/tmwa/index.js index 52d241f..7e1cefe 100644 --- a/src/routers/tmwa/index.js +++ b/src/routers/tmwa/index.js @@ -1,6 +1,5 @@ const express = require("express"); // from npm registry const fs = require("fs"); // built-in -const poll_symbol = Symbol("TMWA.poll"); // private method const middlewares = { account: require("./middlewares/account.js"), |