mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
feat: cleanup fetcher for prepare refactor
This commit is contained in:
@@ -32,7 +32,7 @@ export async function login(params: LoginParams): Promise<LoginResponse> {
|
||||
method: 'POST',
|
||||
data: params,
|
||||
withAuthorization: false,
|
||||
});
|
||||
} as any);
|
||||
return data.data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user