From ed5d286ac7414efbbe6d19af9283c15b1970a2d3 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 16 Jan 2024 15:54:36 +0800 Subject: [PATCH] fix: lint --- src/exporters/stat.ink.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exporters/stat.ink.ts b/src/exporters/stat.ink.ts index 19c3a10..92629ea 100644 --- a/src/exporters/stat.ink.ts +++ b/src/exporters/stat.ink.ts @@ -40,7 +40,7 @@ import { urlSimplify, } from "../utils.ts"; import { Env } from "../env.ts"; -import GEAR_MAP from "../assets/gear-map.json" assert { type: "json" }; +import GEAR_MAP from "../assets/gear-map.json" with { type: "json" }; const COOP_POINT_MAP: Record = { 0: -20,