default action check

This commit is contained in:
eko 2025-11-27 22:20:39 +07:00
parent 44d23f6e73
commit e8e446ce16
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const _ = {
); );
} }
if(action.type == undefined) action.type = "check"; if(!action) action = { type: "check" };
switch (action.type) { switch (action.type) {
case "check": case "check":