Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Jan 9, 2018
1 parent 83dc9d0 commit 876245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iothub-explorer-monitor-events.js
Expand Up @@ -127,7 +127,7 @@ var monitorEvents = function () {
});
});
})
])
]);
})
.catch(function (error) {
serviceError(error.message);
Expand Down

0 comments on commit 876245b

Please sign in to comment.