feat: wrapup date validation, delete endpoint, failed record cleanup
Some checks failed
CI / Check / Test (push) Failing after 41s

This commit is contained in:
2026-06-03 00:54:08 +02:00
parent 3f483f8f81
commit 241063c914
13 changed files with 194 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
pub mod commands;
pub mod compute;
pub mod delete;
pub mod event_handler;
pub mod generate;
pub mod get_wrapup;