mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-21 01:31:01 -04:00
Committing before branch switch
This commit is contained in:
@@ -190,6 +190,7 @@
|
||||
|
||||
socket.on('connect', function() {
|
||||
socket.emit('fetch_daily_stats', serviceId);
|
||||
// socket.emit('fetch_daily_stats_by_user', serviceId);
|
||||
});
|
||||
|
||||
socket.on('daily_stats_update', function(data) {
|
||||
|
||||
Reference in New Issue
Block a user