From 2e6c0de9d502769bfdfa3551e277b54132c0db80 Mon Sep 17 00:00:00 2001 From: Rizky Date: Tue, 13 Feb 2024 20:38:16 +0700 Subject: [PATCH] wip fix --- pkgs/api/_deploy.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/api/_deploy.ts b/pkgs/api/_deploy.ts index 1139d3d..5bcbf3a 100644 --- a/pkgs/api/_deploy.ts +++ b/pkgs/api/_deploy.ts @@ -35,6 +35,8 @@ export const _ = { case "check": return { now: Date.now(), + current: 0, + deploys: [], db: { url: g.dburl || "-", },