Skip to content

Commit cb66625

Browse files
committed
chore: rename metakg_ops back to original
1 parent e12cba4 commit cb66625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export default class TRAPIQueryHandler {
119119
})}`,
120120
);
121121

122-
if (this.options.metakg_ops) {
123-
const metaKG = new MetaKG(undefined, undefined, (this.options as any).metakg_ops);
122+
if (this.options.metakg) {
123+
const metaKG = new MetaKG(undefined, undefined, (this.options as any).metakg);
124124
metaKG.filterKG(this.options);
125125
return metaKG;
126126
}

0 commit comments

Comments
 (0)