From e2c13afd81e47d0c7b782e3e3cf0a3ea6b599a6b Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 18 Feb 2024 08:37:36 +0700 Subject: [PATCH] wip fix --- app/srv/ws/sync/actions/code_action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/srv/ws/sync/actions/code_action.ts b/app/srv/ws/sync/actions/code_action.ts index da0e515b..fd8ad381 100644 --- a/app/srv/ws/sync/actions/code_action.ts +++ b/app/srv/ws/sync/actions/code_action.ts @@ -129,7 +129,7 @@ declare global { }) => Promise; }; - function createServer(arg: PrasiServer): PrasiServer; + function createServer(arg: PrasiServer & { api: any; db: any }): PrasiServer; } ` );