From 56e0f3eb47a1c34b9b07121bc6189e793e08eea5 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 8 Jul 2025 17:24:21 -0500 Subject: [PATCH] fix(rfid): typos in station 3 logging --- server/services/rfid/controller/stations/station3.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/services/rfid/controller/stations/station3.ts b/server/services/rfid/controller/stations/station3.ts index 8f795a4..d9029ce 100644 --- a/server/services/rfid/controller/stations/station3.ts +++ b/server/services/rfid/controller/stations/station3.ts @@ -13,7 +13,7 @@ import { tagStuff } from "../tags/crudTag.js"; export const station3Tags = async (tagData: TagData[]) => { /** - * Add the new tag to the reader so we know waht was really here + * Add the new tag to the reader so we know what was really here */ const { error } = await tryCatch( db @@ -26,7 +26,7 @@ export const station3Tags = async (tagData: TagData[]) => { "error", "rfid", "rfid", - `${tagData[0].reader} encountered and error addeding ${tagData[0].tag}.` + `${tagData[0].reader} encountered and error adding ${tagData[0].tag}.` ); } createLog(