prettier
This commit is contained in:
parent
75a2ee89a9
commit
36969b929c
@ -185,7 +185,7 @@ export async function deleteVideoToken(content: string, token: string) {
|
||||
if (!login) return
|
||||
|
||||
const headers = {
|
||||
Authorization: `Bearer ${login.access_token}`,
|
||||
Authorization: `Bearer ${login.access_token}`
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user