mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Removing commented code - PR comment
This commit is contained in:
@@ -190,7 +190,6 @@
|
|||||||
var socketConnect = type === 'service' ? 'daily_stats_update' : 'daily_stats_by_user_update';
|
var socketConnect = type === 'service' ? 'daily_stats_update' : 'daily_stats_by_user_update';
|
||||||
|
|
||||||
socket.on('connect', function () {
|
socket.on('connect', function () {
|
||||||
//const userId = ctx.getAttribute('data-service-id'); // Assuming user ID is the same as service ID
|
|
||||||
socket.emit(eventType);
|
socket.emit(eventType);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user