Skip to content

Commit

Permalink
Revert #3108 - fixes #3122
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Mar 4, 2024
1 parent d6f1bf4 commit 6b5fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/views/things.js
Expand Up @@ -145,7 +145,7 @@ const ThingsScreen = {
App.gatewayModel.unsubscribe(Constants.REFRESH_THINGS, this.refreshThing);
App.gatewayModel.unsubscribe(Constants.DELETE_THINGS, this.refreshThing);
App.gatewayModel.subscribe(Constants.DELETE_THINGS, this.refreshThings);
App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings);
App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings, true);
},

/**
Expand Down

0 comments on commit 6b5fb8f

Please sign in to comment.