Fix lint stuff

This commit is contained in:
Sean King 2022-08-06 22:15:34 -06:00
commit 6a2f427072
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257
2 changed files with 2 additions and 2 deletions

View file

@ -1352,7 +1352,7 @@ const setReportState = ({ id, state, credentials }) => {
return fetch(PLEROMA_ADMIN_REPORTS, {
headers: {
...authHeaders(credentials),
'Accept': 'application/json',
Accept: 'application/json',
'Content-Type': 'application/json'
},
method: 'PATCH',