Skip to content

Commit

Permalink
VKT(Frontend): Fiddle with comment to force CI run [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Sep 10, 2024
1 parent c867074 commit 06fe200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/vkt/src/redux/sagas/publicFileUpload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function* startFileUploadSaga(
});
if (!response.ok) {
// Unlike axios, fetch doesn't throw but on error but instead returns an error response.
// We should therefore explicitly throw here to ensure the execution is transferred
// We therefore make a point of throwing here to ensure the execution is transferred
// to the error handler.
throw new Error(`POSTing to s3 failed, status: ${response.status}`);
}
Expand Down

0 comments on commit 06fe200

Please sign in to comment.