mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add line breaks for readiblity
This commit is contained in:
committed by
Akhil Mohan
parent
37882e6344
commit
387c899193
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user