Skip to content

Commit

Permalink
fix: Fix more import endings
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Sep 5, 2023
1 parent 2013a66 commit 7c962ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/tasks/heartbeat.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {config, Logger} from "@foxxmd/winston";
import {mergeArr} from "../utils.js";
import {mergeArr} from "../utils";
import {AsyncTask} from "toad-scheduler";
import {PromisePool} from "@supercharge/promise-pool";
import ScrobbleSources from "../sources/ScrobbleSources.js";
import ScrobbleSources from "../sources/ScrobbleSources";

export const createHeartbeatTask = (sources: ScrobbleSources, parentLogger: Logger) => {
const logger = parentLogger.child({labels: ['Heartbeat']}, mergeArr);
Expand Down

0 comments on commit 7c962ec

Please sign in to comment.