We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b312 commit d851ff5Copy full SHA for d851ff5
packages/compass-connections/src/utils/end-of-life-server.ts
@@ -16,7 +16,7 @@ let latestEndOfLifeServerVersion: Promise<string> | null = null;
16
export async function getLatestEndOfLifeServerVersion(): Promise<string> {
17
if (!HADRON_AUTO_UPDATE_ENDPOINT) {
18
log.debug(
19
- mongoLogId(1_001_000_352),
+ mongoLogId(1_001_000_356),
20
'getLatestEndOfLifeServerVersion',
21
'HADRON_AUTO_UPDATE_ENDPOINT is not set'
22
);
0 commit comments