🐛(backend) fix TRASHBIN_CUTOFF_DAYS type error

Fixes `TRASHBIN_CUTOFF_DAYS` type as described in #1777.

Signed-off-by: ChristopherSpelt <christopherspelt@icloud.com>
This commit is contained in:
Christopher Spelt
2026-01-09 15:00:23 +01:00
committed by GitHub
parent b56ebf19af
commit 39b9c8b5a9
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ and this project adheres to
### Fixed
- ✅(backend) reduce flakiness on backend test #1769
- 🐛(backend) fix TRASHBIN_CUTOFF_DAYS type error #1778
### Security