Skip to content

Commit

Permalink
Regression: Framework version shouldn't be applied to the request to …
Browse files Browse the repository at this point in the history
…get an app's versions (#15039)
  • Loading branch information
graywolf336 authored and geekgonecrazy committed Jul 23, 2019
1 parent 5ef8125 commit 9f627f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/server/communication/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class AppsRestApi {
if (this.queryParams.marketplace && this.queryParams.version) {
const baseUrl = orchestrator.getMarketplaceUrl();

const headers = getDefaultHeaders();
const headers = {}; // DO NOT ATTACH THE FRAMEWORK/ENGINE VERSION HERE.
const token = getWorkspaceAccessToken();
if (token) {
headers.Authorization = `Bearer ${ token }`;
Expand Down

0 comments on commit 9f627f9

Please sign in to comment.