Removing commented code - PR comment

This commit is contained in:
Jonathan Bobel
2024-07-31 12:15:55 -04:00
parent cfc65d20c3
commit 7715e6b275

View File

@@ -190,7 +190,6 @@
var socketConnect = type === 'service' ? 'daily_stats_update' : 'daily_stats_by_user_update';
socket.on('connect', function () {
//const userId = ctx.getAttribute('data-service-id'); // Assuming user ID is the same as service ID
socket.emit(eventType);
});