dev add violation notion
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-19 13:43:58 +07:00
parent 0dd8400229
commit 1cdc6ee1c9
@@ -34,7 +34,7 @@ public class FileCleanupService {
public void cleanupExpiredFiles() { public void cleanupExpiredFiles() {
log.info("Starting cleanup of expired temporary files"); log.info("Starting cleanup of expired temporary files");
cleanupOldPeriods(); // cleanupOldPeriods();
Path tempDir = Paths.get(basePath, "temp"); Path tempDir = Paths.get(basePath, "temp");
if (!Files.exists(tempDir)) { if (!Files.exists(tempDir)) {