Skip to content

Commit 02a3ea0

Browse files
committed
fix: metrix server response
1 parent c65feb3 commit 02a3ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IMQRPCOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const DEFAULT_IMQ_METRICS_SERVER_OPTIONS: NonNullable<
8383
enabled: false,
8484
port: 9090,
8585
queueLengthFormatter: (length, metricName) =>
86-
`${ metricName } {} ${ length }`,
86+
`${ metricName }{} ${ length }`,
8787
};
8888

8989
/**

0 commit comments

Comments
 (0)