From e4a88963d685f0eedc6b3cabefeefb26b55fd6c7 Mon Sep 17 00:00:00 2001 From: Carolina Capetillo Date: Fri, 3 Nov 2023 13:40:46 -0700 Subject: [PATCH] Added comment --- src/store/modules/images.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/images.js b/src/store/modules/images.js index cdc710db..2d93b7d8 100644 --- a/src/store/modules/images.js +++ b/src/store/modules/images.js @@ -369,7 +369,7 @@ const actions = { method: 'GET', url: rootState.api_endpoints.active_api + '/' + site + '/latest_images/1' } - + // Doing a try...catch block instead of an await because we get better response time try { let response = await axios(firstbody) response = response.data