Skip to content

Commit

Permalink
AMP-3006: resolve location
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Oct 15, 2023
1 parent 7fe49d1 commit 8b95a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/workflow-result-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class WorkflowResultService extends BaseService {
async getSourceLink(primaryfileId) {
const url = `/primaryfiles/${primaryfileId}/media`;
var symlink = await super.get_auth(url).then((result) => {
return result.headers['location'];
return result.headers['Location'];
});
return symlink;
}
Expand Down

0 comments on commit 8b95a48

Please sign in to comment.