fix verification upload
This commit is contained in:
@@ -134,6 +134,7 @@ export async function chunkUpload(formData: FormData, itPrivate?: boolean): Prom
|
||||
|
||||
if (response.ok) {
|
||||
let parsed = await response.json();
|
||||
console.log(formData);
|
||||
console.log(parsed);
|
||||
|
||||
if (parsed.message_code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user