Skip to content

Commit

Permalink
runfix: do not schedule check in self repo constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed Jul 26, 2023
1 parent 4c814fd commit b734549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/script/self/SelfRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export class SelfRepository {
private readonly userState = container.resolve(UserState),
) {
this.logger = getLogger('SelfRepository');
void this.initialisePeriodicSelfSupportedProtocolsCheck();
}

/**
Expand Down

0 comments on commit b734549

Please sign in to comment.