Skip to content

Commit

Permalink
fix(eslint): fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 6, 2016
1 parent 8290c26 commit 8010a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bus.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Bus = mozaik => {
delete clients[id];

mozaik.logger.info(`Client #${id} disconnected`);
}
};

/**
*
Expand Down Expand Up @@ -100,7 +100,7 @@ const Bus = mozaik => {
mozaik.logger.error(chalk.red(`[${id.split('.')[0]}] ${id} - status code: ${err.status || err.statusCode}`));
})
;
}
};

/**
* Add a subscription for the given client (client <-> API call).
Expand Down

0 comments on commit 8010a6b

Please sign in to comment.