Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Oct 16, 2024
1 parent 1a51d70 commit 31bc8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/replication/queueProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class S3Mock extends TestConfigurator {

_findRouteHandler(req, url, query) {
const host = req.headers.host.split(':')[0];
this.log.error('findRouteHandler', { host, url, query});
this.log.error('findRouteHandler', { host, url, query });
let routesKey;
if (host === constants.source.s3) {
routesKey = 'routes.source.s3';
Expand Down

0 comments on commit 31bc8c4

Please sign in to comment.