add line breaks for readiblity

This commit is contained in:
Maidul Islam
2024-05-02 13:58:33 -04:00
committed by Akhil Mohan
parent 37882e6344
commit 387c899193

View File

@@ -84,8 +84,11 @@ export const auditLogQueueServiceFactory = ({
ciphertext: encryptedTokenCiphertext
})
: undefined;
const headers: RawAxiosRequestHeaders = { "Content-Type": "application/json" };
if (token) headers.Authorization = `Bearer ${token}`;
return request.post(url, auditLog, {
headers,
// request timeout