diff --git a/app/apps/server/communication/rest.js b/app/apps/server/communication/rest.js index 55bf5c3d835c..bd8f3531279d 100644 --- a/app/apps/server/communication/rest.js +++ b/app/apps/server/communication/rest.js @@ -206,7 +206,7 @@ export class AppsRestApi { } if (this.queryParams.marketplace && this.queryParams.update && this.queryParams.appVersion) { - const baseUrl = orchestrator.getMarketplaceUrl() + const baseUrl = orchestrator.getMarketplaceUrl(); const headers = {}; const token = getWorkspaceAccessToken();