Skip to content

Commit 034e6cf

Browse files
committed
fix
1 parent 227a272 commit 034e6cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export function createTrpcClient(deployUrl: string) {
5858
false: httpBatchStreamLink({
5959
url: deployUrl + "/api",
6060
fetch: async (url, options) => {
61+
// deno-lint-ignore no-explicit-any
6162
const response = await fetch(url, options as any);
6263
if (response.status === 401) {
6364
throw TRPCClientError.from({

0 commit comments

Comments
 (0)