Skip to content

Commit

Permalink
Update rest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Apr 6, 2019
1 parent e2a2c6a commit 292037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/server/communication/rest.js
Expand Up @@ -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();
Expand Down

0 comments on commit 292037a

Please sign in to comment.