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 } } +