Browse Source

FIX: currency undefined error

localNotifications
Overtorment 6 years ago
parent
commit
d14060b92e
  1. 1
      currency.js

1
currency.js

@ -30,6 +30,7 @@ async function updateExchangeRate() {
}
} catch (Err) {
console.warn(Err);
return;
}
lang[STRUCT.LAST_UPDATED] = +new Date();

Loading…
Cancel
Save