Skip to content

Commit d851ff5

Browse files
authored
chore: update log id to fix duplication (#6919)
1 parent 476b312 commit d851ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-connections/src/utils/end-of-life-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let latestEndOfLifeServerVersion: Promise<string> | null = null;
1616
export async function getLatestEndOfLifeServerVersion(): Promise<string> {
1717
if (!HADRON_AUTO_UPDATE_ENDPOINT) {
1818
log.debug(
19-
mongoLogId(1_001_000_352),
19+
mongoLogId(1_001_000_356),
2020
'getLatestEndOfLifeServerVersion',
2121
'HADRON_AUTO_UPDATE_ENDPOINT is not set'
2222
);

0 commit comments

Comments
 (0)