Skip to content

Commit

Permalink
fix: fix circular dependency issue (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Dec 3, 2024
1 parent 2eef69c commit 4524b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import {
PollResult,
} from "@cowprotocol/cow-sdk";
import { DBService } from "../services";
import { getLogger, metrics } from "../utils";
import * as metrics from "../utils/metrics";
import { getLogger } from "../utils/logging";

// Standardise the storage key
const LAST_NOTIFIED_ERROR_STORAGE_KEY = "LAST_NOTIFIED_ERROR";
Expand Down

0 comments on commit 4524b88

Please sign in to comment.