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 b304686 commit 7a12348Copy full SHA for 7a12348
packages/compass-connections/src/utils/end-of-life-server.ts
@@ -68,7 +68,7 @@ export async function getLatestEndOfLifeServerVersion(): Promise<string> {
68
69
export function isEndOfLifeVersion(
70
version: string,
71
- latestEndOfLifeServerVersion: string
+ latestEndOfLifeServerVersion = FALLBACK_END_OF_LIFE_SERVER_VERSION
72
) {
73
try {
74
const coercedVersion = semverCoerce(version);
0 commit comments