aboutsummaryrefslogtreecommitdiffstats
path: root/web/lib
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-07 18:21:21 +0000
committerMohamedBassem <me@mbassem.com>2024-02-07 18:21:21 +0000
commitb12b964e0617f410b5c7b0989754cf94d01177cf (patch)
tree79464b0f68be1ed16a2e2335809240bce1aa358a /web/lib
parent3745443c2b27afb833be7bcc2f3b4f486a42a571 (diff)
downloadkarakeep-b12b964e0617f410b5c7b0989754cf94d01177cf.tar.zst
[style] Fixing formatting
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/api.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/api.ts b/web/lib/api.ts
index 12ce9464..2304826b 100644
--- a/web/lib/api.ts
+++ b/web/lib/api.ts
@@ -35,8 +35,8 @@ async function doRequest<T>(
opts?: RequestInit,
): Promise<
| (InputSchema<T> extends ZodTypeAny
- ? [z.infer<InputSchema<T>>, undefined]
- : [undefined, undefined])
+ ? [z.infer<InputSchema<T>>, undefined]
+ : [undefined, undefined])
| [undefined, FetchError]
> {
try {