fix: lint
parent
f33c03c691
commit
ed5d286ac7
|
|
@ -40,7 +40,7 @@ import {
|
||||||
urlSimplify,
|
urlSimplify,
|
||||||
} from "../utils.ts";
|
} from "../utils.ts";
|
||||||
import { Env } from "../env.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<number, number | undefined> = {
|
const COOP_POINT_MAP: Record<number, number | undefined> = {
|
||||||
0: -20,
|
0: -20,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue