Pass internalOrg to buildUpdateFeedUrl when checking latest version (#299883)

This commit is contained in:
Dmitriy Vasyura
2026-03-06 22:52:29 +00:00
committed by GitHub
parent 3c7c310208
commit 9fc3d42d22
@@ -317,7 +317,7 @@ export abstract class AbstractUpdateService implements IUpdateService {
return undefined;
}
const url = this.buildUpdateFeedUrl(this.quality, commit ?? this.productService.commit!);
const url = this.buildUpdateFeedUrl(this.quality, commit ?? this.productService.commit!, { internalOrg: this.getInternalOrg() });
if (!url) {
return undefined;