fix: remove dead code

This commit is contained in:
2026-03-28 17:10:31 +04:00
parent deeb604e22
commit de5f7580a6
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Eta } from "eta";
import { resolve } from "path";
import { resolveKey } from "./auth";
import sql from "../db";
import { sparkline, sparklineFromPings, pickBestRegion } from "../utils/sparkline";
import { sparklineFromPings, pickBestRegion } from "../utils/sparkline";
import { createHash } from "crypto";
import { PLAN_LABELS, REGION_COLORS, REGION_LABELS, REGIONS } from "../../../shared/plans";