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
|
|
@ -103,7 +103,7 @@ export class BaseClient {
|
|||
}
|
||||
|
||||
/** Overridable by testing */
|
||||
private fetch = fetch;
|
||||
private fetch = (...args: Parameters<typeof fetch>) => fetch(...args);
|
||||
|
||||
private async request<ReturnType>(
|
||||
request: Request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue