From 76a68f0c4d185e143d630b56fe731b4d79349967 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Tue, 27 Jan 2026 22:46:43 +0100 Subject: [PATCH] chore: lint --- src/types/global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/global.ts b/src/types/global.ts index a0f8d5be..fc4cfba9 100644 --- a/src/types/global.ts +++ b/src/types/global.ts @@ -40,7 +40,7 @@ declare global { icons: string[][]; cost: number[]; }; - var COA: any + var COA: any; var notes: any[]; var layerIsOn: (layerId: string) => boolean;