Update NotificationManager to singleton

This commit is contained in:
advplyr
2024-09-27 17:33:23 -05:00
parent 567a9a4e58
commit 7cd8d7f44d
6 changed files with 16 additions and 20 deletions

View File

@@ -180,4 +180,4 @@ class NotificationManager {
})
}
}
module.exports = NotificationManager
module.exports = new NotificationManager()