feat: Add currency
Build and publish / build (push) Successful in 6m37s

This commit is contained in:
Lino Silva
2026-04-10 23:50:37 +01:00
parent 6234f33ebb
commit 1ce14628de
+1
View File
@@ -74,6 +74,7 @@ async function getLatestPrice(symbol) {
return { return {
symbol, symbol,
name: config.name, name: config.name,
currency: "EUR",
price: marketPrice, price: marketPrice,
date: date.trim(), date: date.trim(),
timestamp: new Date().toISOString(), timestamp: new Date().toISOString(),