@@ -68,7 +68,7 @@ async function Main() {
if (magicJS.isRequest) {
checkHandleRequest();
} else {
- tryReserve();
+ await tryReserve();
}
magicJS.notification.msg('');
if (gRetBody) {