From 9a27e429dde1e8859c9e09f9e9a4906c33ef2a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:01:39 +0900 Subject: [PATCH] Update os.ts --- packages/frontend/src/os.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/frontend/src/os.ts b/packages/frontend/src/os.ts index 5e7a8a128e..1950a3eb5b 100644 --- a/packages/frontend/src/os.ts +++ b/packages/frontend/src/os.ts @@ -89,8 +89,6 @@ export const apiWithDialog = ( = T extends Promise ? U : never; - export function promiseDialog>( promise: T, onSuccess?: ((res: Awaited) => void) | null,