Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Feb 13, 2025
1 parent 3d572e7 commit 3588357
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/wacz/multiwacz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,16 @@ export class MultiWACZ

async loadWACZFiles(
// [TODO]
// eslint-disable-next-line @typescript-eslint/no-explicit-any
json: { resources: any; initialPages: any; preloadResources: any, totalPages: number },

json: {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
resources: any;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
initialPages: any;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
preloadResources: any;
totalPages: number;
},
parent: WACZLoadSource = this,
) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 3588357

Please sign in to comment.