Skip to content

Commit

Permalink
Merge pull request DefiLlama#3662 from DefiLlama/phux
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
waynebruce0x authored Jul 7, 2023
2 parents f14708d + 853a02c commit d6aedf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coins/src/adapters/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from "./dbInterfaces";
import { contracts } from "../other/distressedAssets";
import { sendMessage } from "./../../../../defi/src/utils/discord";
import { batchWrite2, translateItems } from "../../../coins2";
// import { batchWrite2, translateItems } from "../../../coins2";
const confidenceThreshold: number = 0.3;

export async function getTokenAndRedirectData(
Expand Down

0 comments on commit d6aedf4

Please sign in to comment.