This commit is contained in:
Rizky 2024-05-14 13:45:12 +07:00
parent 27a8ef343c
commit 27c9b782ea
9 changed files with 45 additions and 45 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ export const initExts = async (vi: VG) => {
}); });
send({ type: "ready" }); send({ type: "ready" });
} }
// await initExtNotif(vi, pe); await initExtNotif(vi, pe);
pe.status = "ready"; pe.status = "ready";
} }
}; };