Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 8, 2024
1 parent 2480042 commit 7cd0f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wacz/multiwacz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class MultiWACZ
this.externalSource = null;
this.fuzzyUrlRules = [];

this.textIndex = config.metadata.textIndex || EXTRA_PAGES_JSON;
this.textIndex = config.metadata?.textIndex || EXTRA_PAGES_JSON;

if (config.extraConfig) {
this.initConfig(config.extraConfig);
Expand Down

0 comments on commit 7cd0f4a

Please sign in to comment.