Skip to content

Commit 41f21d0

Browse files
author
p01
committed
Fixed the network suppress_updates ( typo inception )
1 parent ec9ad53 commit 41f21d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cls.ResourceManagerService = function(view, network_logger)
6464
// bounce if _suppress_updates
6565
if (this._suppress_updates)
6666
{
67-
if (msg && msg.name=='resrouce-update')
67+
if (msg && msg.type=='resource-update')
6868
{
6969
// suppress the uid altogether if its URL matches the one we are requesting
7070
var r = this._network_logger.get_resources([msg.id]);

0 commit comments

Comments
 (0)