remove fetch specification
This commit is contained in:
parent
2c847db097
commit
e7de16db4a
|
@ -10,7 +10,7 @@ import { getAcct } from '@/misc/acct';
|
|||
import { getAccountFromId } from '@client/scripts/get-account-from-id';
|
||||
import { appendLoginId } from '@client/scripts/login-id';
|
||||
|
||||
export const apiFetch = new Misskey.api.APIClient({ origin, fetch });
|
||||
export const apiFetch = new Misskey.api.APIClient({ origin });
|
||||
|
||||
export async function api<E extends keyof Misskey.Endpoints>(endpoint: E, userId: string, options?: Misskey.Endpoints[E]['req']) {
|
||||
const account = await getAccountFromId(userId);
|
||||
|
|
Loading…
Reference in New Issue