This commit is contained in:
Morgan 2024-02-11 15:12:03 +09:00
parent 69ba8c8ba8
commit 05d8b7901b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
} }
const data = await response.json(); const data = await response.json();
console.log(data)
alert("Uploaded LocalStorage: ", data.id); alert("Uploaded LocalStorage: ", data.id);
return data.id; return data.id;
} catch (error) { } catch (error) {