[feat] nocheck

This commit is contained in:
kwaroran
2023-12-06 18:27:08 +09:00
parent a3dba9f306
commit 8f75b42f8a
3 changed files with 19 additions and 6 deletions

View File

@@ -21,7 +21,8 @@ export class AccountStorage{
headers: {
'content-type': 'application/json',
'x-risu-key': key,
'x-risu-auth': this.auth
'x-risu-auth': this.auth,
'X-Format': 'nocheck'
}
})
if(da.status === 304){