Fix broadcast notifications

This commit is contained in:
Vladimir Stoilov
2024-12-11 16:13:06 +02:00
parent b3c867efc6
commit 0997f1ce26
4 changed files with 12 additions and 18 deletions

View File

@@ -93,7 +93,6 @@ func debugInfo(ar *api.Request) (data []byte, err error) {
config.AddToDebugInfo(di)
// Detailed information.
// TODO(vladimir): updates.AddToDebugInfo(di)
// compat.AddToDebugInfo(di) // TODO: Cannot use due to interception import requirement which we don't want for SPN Hubs.
di.AddGoroutineStack()