Skip to content

Commit

Permalink
update logCode for fetchToken while not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Jul 12, 2019
1 parent 73e9b6d commit 636c705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class JoinHandler extends Component {
if (!Meteor.status().connected) {
if (this.numFetchTokenRetries > 9) {
logger.error({
logCode: 'joinhandler_component_joinroutehandler_error',
logCode: 'joinhandler_component_fetchToken_not_connected',
extraInfo: {
numFetchTokenRetries: this.numFetchTokenRetries,
},
Expand Down

0 comments on commit 636c705

Please sign in to comment.