From 8aaf8b1198098ed74eae5603bddc8328234afad4 Mon Sep 17 00:00:00 2001 From: Felix P Date: Tue, 10 Sep 2024 13:59:32 +0200 Subject: [PATCH] style --- visual-js/visual/src/common/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual-js/visual/src/common/api.ts b/visual-js/visual/src/common/api.ts index fcb6fe0b..cc8f5104 100644 --- a/visual-js/visual/src/common/api.ts +++ b/visual-js/visual/src/common/api.ts @@ -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`); }