Skip to content

Commit 998cc43

Browse files
david-w-martincmaynard-ngwpc
authored andcommitted
Remove ngencerf server URL from download zip URL
1 parent 6e4877c commit 998cc43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stores/common/CalibrationJobStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const useCalibrationJobStore = defineStore('CalibrationJobStore', () => {
240240
const message = `Error: ${response.status} ${response.statusText}`;
241241
throw new Error(message);
242242
}
243-
const downloadUrl = ngencerfBaseUrl + '/' + response._data.download_url
243+
const downloadUrl = response._data.download_url
244244
const a = document.createElement("a");
245245
a.href = downloadUrl;
246246
a.download = '';

0 commit comments

Comments
 (0)