Skip to content

Commit

Permalink
Test lint error again, see #141
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Jun 13, 2022
1 parent 98dcc99 commit e1d14e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/QuickServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class QuickServer {
}
else {
winston.info( 'passing -> broken, sending CTQ failure message to Slack' );
message = 'CTQ failing:\n```' + message + '```';
message = 'CTQ failing:\n```' + message + '```'
}

winston.info( message );
Expand Down

0 comments on commit e1d14e1

Please sign in to comment.