Fix upload image profile and portofolio
This commit is contained in:
@@ -54,6 +54,8 @@ export async function funGlobal_UploadToStorage({
|
||||
|
||||
if (res.ok) {
|
||||
const dataRes = await res.json();
|
||||
// const cekLog = await res.text();
|
||||
// console.log(cekLog);
|
||||
return { success: true, data: dataRes.data };
|
||||
} else {
|
||||
const errorText = await res.text();
|
||||
|
||||
Reference in New Issue
Block a user