fix(rfid): typos in station 3 logging
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user