Skip to content

Commit

Permalink
fix: thanks lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNemi03 committed Apr 7, 2023
1 parent f031e60 commit 6aaffd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import cluster from "cluster";
import axios from "axios";
import sanitize from "mongo-sanitize";
import retry from "async-retry";
import path from "path";
// import path from "path";
import "axios-debug-log";
import { v4 } from "uuid";
import { getPrices } from "skyhelper-networth";
import { execSync } from "child_process";
// import { execSync } from "child_process";

import { titleCase } from "../common/helper.js";
import { getFolderPath } from "./helper/cache.js";
// import { getFolderPath } from "./helper/cache.js";

export { renderLore, formatNumber } from "../common/formatting.js";
export * from "../common/helper.js";
Expand Down

0 comments on commit 6aaffd1

Please sign in to comment.