mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +00:00
feat: re add log interceptor
This commit is contained in:
parent
2f9fa6da48
commit
9f76ae8c59
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue