Ver código fonte

Merge branch 'hotfix/daemon-ts-deps' of hostbbq/hostbbq-monitoring into master

tunefish 1 ano atrás
pai
commit
33a4af13b9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      daemon/src/collector.class.ts

+ 1 - 1
daemon/src/collector.class.ts

@@ -45,7 +45,7 @@ const CSV_COLS = {
 };
 
 export class Collector {
-  private intervalHdl?: NodeJS.Timer;
+  private intervalHdl?: NodeJS.Timeout;
 
   private currentRamUsage: MemoryUsage = { unit: 'B', avail: 0, used: 0 };
   private currentCpuUsage: number = 0;