Skip to content

Commit ccc7e8f

Browse files
committed
Limit nit
1 parent 17c5e32 commit ccc7e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/api.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export async function queryApiSafeText(
278278
return {
279279
ok: false,
280280
message: 'API request failed',
281-
cause: 'Unexpected error reading response text'
281+
cause: 'Unexpected error reading response text',
282282
}
283283
}
284284
}

0 commit comments

Comments
 (0)