You've already forked AstralRinth
forked from didirus/AstralRinth
Fix send function headers error
This commit is contained in:
@@ -35,6 +35,7 @@ export async function send<Operation extends keyof operations>(
|
||||
|
||||
const fetchOptions: RequestInit = {
|
||||
method,
|
||||
headers: {},
|
||||
}
|
||||
|
||||
const token = get(tokenStore) || options.token
|
||||
|
||||
Reference in New Issue
Block a user