From 521e90264e9a841926f83a623ec28d0d0c9ed4f4 Mon Sep 17 00:00:00 2001 From: eko Date: Fri, 28 Nov 2025 15:34:28 +0700 Subject: [PATCH] revert default action type --- pkgs/api/_deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/api/_deploy.ts b/pkgs/api/_deploy.ts index 5970adb..cde9821 100644 --- a/pkgs/api/_deploy.ts +++ b/pkgs/api/_deploy.ts @@ -40,7 +40,7 @@ export const _ = { ); } - if(!action) action = { type: "check" }; + // if(!action) action = { type: "check" }; switch (action.type) { case "check":