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[]) => {
|
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user