修复lint问题
This commit is contained in:
@@ -357,9 +357,7 @@ export async function getAccountToken(
|
||||
return invoke("get_account_token", { accountId })
|
||||
}
|
||||
|
||||
export async function deleteAccountToken(
|
||||
accountId: string
|
||||
): Promise<void> {
|
||||
export async function deleteAccountToken(accountId: string): Promise<void> {
|
||||
return invoke("delete_account_token", { accountId })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user