Update PriceIntent.swift

This commit is contained in:
Marcos Rodriguez Vélez 2024-10-28 23:43:17 -04:00 committed by GitHub
parent 4452f7a4b1
commit d3edb8a067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ struct PriceIntent: AppIntent {
Currency.saveNewSelectedCurrency()
}
private enum Constants {
enum Constants {
static let defaultValue = "--"
static let initialValue = 0.0
}