Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Sep 20, 2024
1 parent 5dbad7c commit 9721744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/convertToChartData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function appendMissingDataSections(
const incompleteSections = data.metadata.incompleteSections;
if (incompleteSections == null || incompleteSections.length == 0) return;

let res;
let res = [];
try {
res = await fetch(`https://api.llama.fi/emission/${protocol}`).then((r) =>
r.json(),
Expand Down

0 comments on commit 9721744

Please sign in to comment.