dev add tariff and temp flag for files
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-01-30 17:39:19 +07:00
parent 3cd6b5396c
commit de8c53784b
3 changed files with 4 additions and 6 deletions
@@ -383,6 +383,7 @@ public class FileEntityService {
//TODO fix after add logic for check for protect file
.checksCount(0)
.fileUploadDate(fileEntity.getCreatedAt())
.protectedFilePath(fileEntity.getProtectedFilePath())
.build();
}