Skip to content

Commit

Permalink
fix axios export, #1461
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 8, 2024
1 parent 51c22c0 commit 8c10e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/grunt/tasks/report-third-party.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ type Augmentable = Record<string, {
const url = `https://${serverName}/sims/html/${sim}/latest/${sim}_en.html`;
console.log( `downloading ${sim}` );
try {
// @ts-expect-error TODO: fix axios for export default https://github.com/phetsims/perennial/issues/372
const html = ( await axios( url ) ).data.trim();

const startIndex = html.indexOf( ChipperConstants.START_THIRD_PARTY_LICENSE_ENTRIES );
Expand Down

0 comments on commit 8c10e64

Please sign in to comment.