fix(rfid): typos in station 3 logging

This commit is contained in:
2025-07-08 17:24:21 -05:00
parent e50e9af839
commit 56e0f3eb47

View File

@@ -13,7 +13,7 @@ import { tagStuff } from "../tags/crudTag.js";
export const station3Tags = async (tagData: TagData[]) => { 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( const { error } = await tryCatch(
db db
@@ -26,7 +26,7 @@ export const station3Tags = async (tagData: TagData[]) => {
"error", "error",
"rfid", "rfid",
"rfid", "rfid",
`${tagData[0].reader} encountered and error addeding ${tagData[0].tag}.` `${tagData[0].reader} encountered and error adding ${tagData[0].tag}.`
); );
} }
createLog( createLog(