dev add check for file check
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-05 10:05:18 +07:00
parent 89478c1c9a
commit c9921c6fac
4 changed files with 31 additions and 2 deletions
@@ -22,8 +22,8 @@ public class CostService {
return TariffConstants.AUDIO_TOKEN_VALUE;
case "document":
return TariffConstants.PDF_TOKEN_VALUE;
default:
return cost;
}
return cost;
}
}