UBERF-11206: Few fixes related to Github sync (#9102)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-05-27 11:50:11 +07:00
committed by GitHub
parent 868bb7a5d5
commit 299f5c9545
5 changed files with 60 additions and 33 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ export class PlatformWorker {
}
async getAccountByRef (workspace: WorkspaceUuid, ref: PersonId): Promise<GithubUserRecord | undefined> {
return await this.userManager.getAccountByRef(workspace, ref)
return await this.userManager.getAccountByRef(this.ctx, workspace, ref)
}
private async updateInstallation (installationId: number): Promise<void> {