mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 06:29:17 -04:00
move userMonitorList out of server.js
This commit is contained in:
parent
230a9bfaf9
commit
a7cf14c663
4 changed files with 9 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue