chore: upgrade Node.js runtime to v24 across codebase #419
@@ -99,10 +99,9 @@ export class FederationModule implements OnModuleInit {
|
|||||||
validateFederationConfig();
|
validateFederationConfig();
|
||||||
this.logger.log("Federation configuration validated successfully");
|
this.logger.log("Federation configuration validated successfully");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.logger.error(
|
this.logger.warn(
|
||||||
`Federation configuration validation failed: ${error instanceof Error ? error.message : String(error)}`
|
`Federation disabled: ${error instanceof Error ? error.message : String(error)}`
|
||||||
);
|
);
|
||||||
throw error;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user