feat: re add log interceptor

This commit is contained in:
Zamitto 2024-10-21 11:28:38 -03:00
parent 2f9fa6da48
commit 9f76ae8c59

View file

@ -25,7 +25,7 @@ export class HydraApi {
private static instance: AxiosInstance;
private static readonly EXPIRATION_OFFSET_IN_MS = 1000 * 60 * 5; // 5 minutes
private static readonly ADD_LOG_INTERCEPTOR = false;
private static readonly ADD_LOG_INTERCEPTOR = true;
private static secondsToMilliseconds = (seconds: number) => seconds * 1000;