Skip to content

Commit

Permalink
chore: rename metakg_ops back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Nov 7, 2024
1 parent e12cba4 commit cb66625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export default class TRAPIQueryHandler {
})}`,
);

if (this.options.metakg_ops) {
const metaKG = new MetaKG(undefined, undefined, (this.options as any).metakg_ops);
if (this.options.metakg) {
const metaKG = new MetaKG(undefined, undefined, (this.options as any).metakg);
metaKG.filterKG(this.options);
return metaKG;
}
Expand Down

0 comments on commit cb66625

Please sign in to comment.