Update Types
This commit is contained in:
@@ -88,7 +88,7 @@ async function uploadImage({ key, url }) {
|
||||
/** ********************************************** */
|
||||
|
||||
return httpResponse;
|
||||
} catch (error) {
|
||||
} catch (/** @type {*} */ error) {
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
|
||||
@@ -93,7 +93,7 @@ async function uploadImage({ key, payload }) {
|
||||
/** ********************************************** */
|
||||
|
||||
return httpResponse;
|
||||
} catch (error) {
|
||||
} catch (/** @type {*} */ error) {
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
|
||||
@@ -95,7 +95,7 @@ async function uploadImage({ key, payload }) {
|
||||
/** ********************************************** */
|
||||
|
||||
return httpResponse;
|
||||
} catch (error) {
|
||||
} catch (/** @type {*} */ error) {
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
|
||||
Reference in New Issue
Block a user