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