From 7cc6544a3da998512bdd01e33848172954dbc165 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=92=8E=20withResolvers.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/withResolvers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/withResolvers.ts b/src/utils/withResolvers.ts index 1f9815b..74dc092 100644 --- a/src/utils/withResolvers.ts +++ b/src/utils/withResolvers.ts @@ -11,3 +11,4 @@ export function withResolvers(): PromiseWithResolvers { }) return { promise, resolve, reject } } +