Skip to content

Commit

Permalink
fix: change getFileContentWithUrl handle response
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrba committed Sep 13, 2022
1 parent b31e976 commit e3a5159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const getFileContentWithUrl = async (
params: {
replyUrl
},
}).then(({ data }) => data),
}),
() =>
axios.get(`${API_HOST}/${buildPublicDownloadFilesRoute(id)}`, {
params: {
Expand Down

0 comments on commit e3a5159

Please sign in to comment.