Skip to content

Commit

Permalink
chore: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jul 2, 2024
1 parent 05be406 commit b8070fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export class ConfigService {
}


// NOTE: The OnModuleInit hook is not being used as it does not guarantee the order in which it
// is executed across services (i.e. there is no guarantee that the config service will be the
// first to initialize). The `isReady` promise must be awaited on Relayer initialization.
private async initialize(): Promise<void> {
await this.validateChains(this.chainsConfig);
}
Expand Down

0 comments on commit b8070fa

Please sign in to comment.