Update Types

This commit is contained in:
Tben
2023-08-13 14:56:56 +01:00
parent 80e34fa6ec
commit 4aa65011e3
31 changed files with 60 additions and 39 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ async function uploadImage({ key, url }) {
/** ********************************************** */
return httpResponse;
} catch (error) {
} catch (/** @type {*} */ error) {
/** ********************************************** */
/** ********************************************** */
/** ********************************************** */
+1 -1
View File
@@ -93,7 +93,7 @@ async function uploadImage({ key, payload }) {
/** ********************************************** */
return httpResponse;
} catch (error) {
} catch (/** @type {*} */ error) {
/** ********************************************** */
/** ********************************************** */
/** ********************************************** */
+1 -1
View File
@@ -95,7 +95,7 @@ async function uploadImage({ key, payload }) {
/** ********************************************** */
return httpResponse;
} catch (error) {
} catch (/** @type {*} */ error) {
/** ********************************************** */
/** ********************************************** */
/** ********************************************** */