Revert "move userMonitorList out of server.js"

This reverts commit a7cf14c663.
This commit is contained in:
LouisLam 2021-09-08 19:54:38 +08:00
parent 0f440596c8
commit 0ddbac5109
4 changed files with 8 additions and 9 deletions

View file

@ -4,7 +4,6 @@
const { TimeLogger } = require("../src/util");
const { R } = require("redbean-node");
const { io } = require("./server");
const { userMonitorList } = require("./user-monitor-list");
async function sendNotificationList(socket) {
const timeLogger = new TimeLogger();