refactor (prettier): passes prettier check

This commit is contained in:
Jonathon Broughton
2022-05-05 10:37:54 +01:00
parent e37b560ab5
commit b79be15dfd
@@ -34,7 +34,7 @@ async function makeNetworkRequest({ url, data, headersData }) {
}
}
const httpSuccessCodes = [200,201,202,204]
const httpSuccessCodes = [200, 201, 202, 204]
const headers = { 'Content-Type': 'application/json' }
for (const k in headersData) headers[k] = headersData[k]