chore: update oxlint / oxfmt settings

This commit is contained in:
2026-02-04 13:31:08 -05:00
parent fdf32bbc78
commit 36e7d8ad8b
13 changed files with 316 additions and 268 deletions

View File

@@ -59,7 +59,7 @@ export async function refreshAuthToken(refreshToken: string): Promise<string | u
query: AuthRefreshTokenDocument,
variables: { refreshToken },
},
{ endpoint }
{ endpoint },
);
return data?.refreshToken?.authToken || undefined;
})();