refactor: extract storage key conventions into WrapUpStorage
Some checks failed
CI / Check / Test (push) Failing after 43s

This commit is contained in:
2026-06-03 01:20:51 +02:00
parent 3cec726e3d
commit e4b8ba550e
4 changed files with 73 additions and 33 deletions

View File

@@ -7,3 +7,4 @@ pub mod get_wrapup;
pub mod handle_requested;
pub mod list_wrapups;
pub mod queries;
pub mod storage;