fix(deploy): fixed deploy for gradle.
Some checks failed
Build, Test and Deploy / test-backend (push) Failing after 3s
Build, Test and Deploy / build-and-push (push) Has been skipped
Build, Test and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-02-04 15:33:28 +01:00
parent 2f7e8798d2
commit db4df2573c
7 changed files with 84 additions and 36 deletions

View File

@@ -106,7 +106,7 @@ export class QuoteEstimatorService {
return {
price: Math.round(totalPrice * 100) / 100,
currency: 'EUR',
currency: 'CHF',
printTimeHours: Math.ceil(totalTime / 3600), // Ceil hours
materialUsageGrams: Math.ceil(totalWeight),
setupCost