mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
esfix
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
const { makeId } = require('core/makeid');
|
||||
|
||||
const decoder = new TextDecoder('utf-8');
|
||||
let uws;
|
||||
let downIdsBefore = [];
|
||||
let downIdsAfter = [];
|
||||
|
||||
@ -16,7 +15,7 @@ const mapService = (s, beat) => ({
|
||||
});
|
||||
|
||||
async function createDashboardSocket(server) {
|
||||
uws = server.ws({
|
||||
server.ws({
|
||||
route: '/status/dashboard/socket',
|
||||
onOpen: async ws => {
|
||||
async function sendStatuses() {
|
||||
|
Reference in New Issue
Block a user