Skip to content

Commit

Permalink
Remove alert from anonymous download
Browse files Browse the repository at this point in the history
The response is of type arraybuffer and does not contain the information passed to the alert service.
  • Loading branch information
wwelling committed May 3, 2023
1 parent dfa8c39 commit 38e4199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/fileService.js
Expand Up @@ -14,7 +14,6 @@ core.service("FileService", function ($http, $q, AlertService, AuthService, Uplo
}).then(
// success callback
function (response) {
AlertService.add(response.data.meta, response.config.url.replace(appConfig.webService + "/", ""));
return response.data;
},
// error callback
Expand Down

0 comments on commit 38e4199

Please sign in to comment.