Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Sep 10, 2024
1 parent d6caaf2 commit 8aaf8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-js/visual/src/common/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const uploadToUrl = async ({
if (ex?.name === 'AbortError') {
console.error();
throw new Error(`Uploading snapshot reached timeout.
Please check that you have connectivity, and are able to do HTTP PUT requests.
Please check that you have connectivity and are able to do HTTP PUT requests.
URL: ${uploadUrl}
Note: This URL is valid only for a couple of minutes`);
}
Expand Down

0 comments on commit 8aaf8b1

Please sign in to comment.