@@ -72,7 +72,7 @@ let awardWantDiscountDict = null;
async function Main() {
if (!lk.isExecComm) {
if (!lk.isRequest()) {
- all();
+ await all();
}