Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan authored and Bryan committed Dec 2, 2019
1 parent a5f5a49 commit 2bed96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection/Connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ module.exports = (() => {
__exchangeMetadataPromise = retrieveExchanges()
.then((items) => {
items.forEach(item => {
__marketState.processExchangeMetadata(item.id, item.description, item.timezoneDdf, item.timezoneExchange)
__marketState.processExchangeMetadata(item.id, item.description, item.timezoneDdf, item.timezoneExchange);
});

__logger.log(`Connection [ ${__instance} ]: Downloaded exchange metadata.`);
Expand Down

0 comments on commit 2bed96c

Please sign in to comment.