Browse Source

Fixes timing issue w/repo discovery

main
Eric Amodio 1 year ago
parent
commit
dd10c4b1ea
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/webviews/home/homeWebview.ts

+ 0
- 2
src/webviews/home/homeWebview.ts View File

@ -57,8 +57,6 @@ export class HomeWebviewProvider implements WebviewProvider {
}
private notifyDidChangeRepositories() {
if (!this.host.ready) return;
void this.host.notify(DidChangeRepositoriesType, this.getRepositoriesState());
}
}

Loading…
Cancel
Save