mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(packages/client): 🐛 Fix client types, and add missing banner schema for Instance
This commit is contained in:
parent
77cd27a458
commit
6d85dbdfcb
3 changed files with 20 additions and 3 deletions
|
|
@ -61,8 +61,6 @@ export const generateClient = async (
|
|||
token?.data.accessToken,
|
||||
);
|
||||
|
||||
// @ts-expect-error This doesn't include fetch.preconnect, which is a custom property
|
||||
// added by Bun
|
||||
// biome-ignore lint/complexity/useLiteralKeys: Overriding private properties
|
||||
client["fetch"] = (
|
||||
input: RequestInfo | string | URL | Request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue