refactor(rfid): refactored station 3 (lines) and complete logic

This commit is contained in:
2025-03-26 22:10:05 -05:00
parent 96e7f742fe
commit bd11feb136
2 changed files with 20 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
import {createLog} from "../../logger/logger.js";
export const sendEmail = async () => {
createLog("info", "lst", "general", "Preparing to send an email");
// settings
};