From cc3681bbe605b7ddce645b5f502f73f1a7e6944e Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Sun, 15 Feb 2026 00:07:23 +0100 Subject: [PATCH] fix(atc): resolve TypeScript errors in new files - liveatc.vue: fix ~/ to ~~/ imports for shared dir, fix reactive type cast - TransmissionCard.vue: import Transmission type from shared instead of local dupe - route.post.ts: fix possibly-undefined candidates, remove unused ts-expect-error Co-Authored-By: Claude Opus 4.6 --- app/components/atc/TransmissionCard.vue | 21 +-------------------- app/pages/liveatc.vue | 12 ++++++------ server/api/atc/route.post.ts | 16 ++++++++-------- 3 files changed, 15 insertions(+), 34 deletions(-) diff --git a/app/components/atc/TransmissionCard.vue b/app/components/atc/TransmissionCard.vue index 9a0dc49..ad38909 100644 --- a/app/components/atc/TransmissionCard.vue +++ b/app/components/atc/TransmissionCard.vue @@ -162,26 +162,7 @@