Skip to content

Commit

Permalink
fixed issue Getting exception on browser console #3163
Browse files Browse the repository at this point in the history
  • Loading branch information
saransh-dev committed Nov 27, 2017
1 parent 4763ed0 commit 116063f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Template.emqUsers.onCreated(function () {

// Call method to get all users
Meteor.call('getEmqUsers', emqHttpApi, (err, users) => {
if (err) sAlert(err.message);
if (err) sAlert.error(err.message);

// Uodate reactive variable instance
instance.emqUsers.set(users);
Expand Down

0 comments on commit 116063f

Please sign in to comment.