Skip to content

Commit

Permalink
Correction of null values]
Browse files Browse the repository at this point in the history
  • Loading branch information
bgelatti committed Nov 25, 2024
1 parent b627567 commit 0fdd1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/tagoio-integration/src/back/RealtimeConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { cache } from "./Global.ts";
import { getMachineID } from "./Helpers.ts";
import { sendDataToTagoio } from "./Request.ts";
import removeNullValues from "../../../../packages/sdk/src/Types/Helpers/removeNullValues.ts";
import { IComputerUsage } from "@tago-io/tcore-sdk/types";

let events: EventSource | null = null;
const pingInterval = 240000;
Expand Down

0 comments on commit 0fdd1ee

Please sign in to comment.