chore: fix typos

This commit is contained in:
Tristan Yang
2023-01-17 09:34:11 +08:00
parent 79e67c3c3f
commit 11a5b574dd
8 changed files with 12 additions and 13 deletions
-1
View File
@@ -121,7 +121,6 @@ export const userApi = createApi({
url: `admin/user/bot-api-key/${uid}`,
method: "POST",
body: { name },
// responseHandler: (response: Response) => response.text()
}),
}),