Update PriceIntent.swift

This commit is contained in:
Marcos Rodriguez Vélez 2024-10-28 22:26:07 -04:00 committed by GitHub
parent 63fbff3e67
commit 0cf17827ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ struct PriceIntent: AppIntent {
let formattedPrice = formatPrice(resultValue, currencyCode: currencyCode)
let view = CompactPriceView(
price: formattedPrice,
price: resultValue,
lastUpdated: lastUpdated,
currencyCode: currencyCode,
dataSource: dataSource