Skip to content

Commit 04e9327

Browse files
Fix error
1 parent 1f23392 commit 04e9327

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/parsing/index/src/lib/global-index.class.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class GlobalIndex {
6464
*/
6565
constructor() {
6666
const types = Object.values(GLOBAL_TOKEN_TYPES);
67+
this.globalTokensByTypeByName = {} as any;
6768
for (let i = 0; i < types.length; i++) {
6869
this.globalTokensByTypeByName[types[i]] = {};
6970
}

0 commit comments

Comments
 (0)