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 35ec0d6 commit 446ad52
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 @@ -119,7 +119,7 @@ async function appendMissingDataSections(
} catch {}
let body = res.body ? JSON.parse(res.body) : [];
res =
body && body.documentedData.data.length
body && body.documentedData?.data.length
? body.documentedData?.data ?? body.data
: [];

Expand Down

0 comments on commit 446ad52

Please sign in to comment.