Skip to content

Commit

Permalink
Merge pull request #210 from teknologi-umum/fix/use-gold-currency
Browse files Browse the repository at this point in the history
fix(eval): use teknologi umum gold for currency api
  • Loading branch information
krowter authored Dec 2, 2023
2 parents 426af45 + c22b1e9 commit d680ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/eval/currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const cache = new SingleValueCache(cacheTtl);
async function getCurrencyDictionary() {
const c = await cache.getOrCreate(async () => {
const { statusCode, body } = await got.get(
"https://monty.vmasdani.my.id/currencies",
"https://gold.teknologiumum.com/currencies",
{
responseType: "json",
throwHttpErrors: false
Expand Down

0 comments on commit d680ee8

Please sign in to comment.