Skip to content

Commit 2ee3517

Browse files
authored
Merge branch 'main' into remove-query-history-autocomplete-feature-flag
2 parents aa4e74a + d851ff5 commit 2ee3517

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)