Skip to content

Commit a627ca6

Browse files
committed
Use a different logger key for the marqs version
1 parent afc180a commit a627ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/marqs/concurrencyMonitor.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class MarqsConcurrencyMonitor {
2727
component: "marqs",
2828
operation: "concurrencyMonitor",
2929
dryRun: this.dryRun,
30-
name: marqs.name,
30+
marqs: marqs.name,
3131
});
3232
}
3333

0 commit comments

Comments
 (0)