refactor(puchase): changes how the error handling works so a better email can be sent

This commit is contained in:
2026-04-10 13:58:30 -05:00
parent c9eb59e2ad
commit 9d39c13510
3 changed files with 25 additions and 14 deletions

View File

@@ -33,7 +33,8 @@ interface Data<T = unknown[]> {
| "delete"
| "printing"
| "gpSql"
| "email";
| "email"
| "gpChecks";
level: "info" | "error" | "debug" | "fatal";
message: string;
room?: string;