Skip to content

Commit

Permalink
fix(eval): use teknologi umum gold for currency api
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Nov 26, 2023
1 parent 426af45 commit c22b1e9
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",

Check warning on line 13 in src/services/eval/currency.js

View check run for this annotation

Codecov / codecov/patch

src/services/eval/currency.js#L13

Added line #L13 was not covered by tests
{
responseType: "json",
throwHttpErrors: false
Expand Down

0 comments on commit c22b1e9

Please sign in to comment.