diff --git a/packages/node/vrdt-common/src/maven/MavenCliProxy.ts b/packages/node/vrdt-common/src/maven/MavenCliProxy.ts index 06496e49..6596801c 100644 --- a/packages/node/vrdt-common/src/maven/MavenCliProxy.ts +++ b/packages/node/vrdt-common/src/maven/MavenCliProxy.ts @@ -110,7 +110,7 @@ export class MavenCliProxy { const content = fs.readFileSync(filePath, { encoding: "utf8" }) const token = JSON.parse(content) - if (!token || !token.value || !token.expirationDate) { + if (!token || !token.value) { throw new Error(`Missing or invalid token file: ${filePath}`) }