Committing before branch switch

This commit is contained in:
Jonathan Bobel
2024-06-18 14:46:31 -04:00
parent edbbb7289f
commit e06c855f8e

View File

@@ -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) {