Skip to content

Commit

Permalink
can run spec test - but them do they fail hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Dec 14, 2023
1 parent 5ae4f42 commit 7f4c323
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export class InternalEvaluator {
private async evalExistence(expr: E.Existence, mapping: RDF.Bindings): Promise<E.Term> {
const operation = materializeOperation(expr.expression.input, mapping);

const mediator: MediatorQueryOperation = this.context.getSafe(this.mediatorQueryOperation);
const outputRaw = await mediator.mediate({ operation, context: this.context });
const outputRaw = await this.mediatorQueryOperation.mediate({ operation, context: this.context });
const output = ActorQueryOperation.getSafeBindings(outputRaw);

return await new Promise(
Expand Down

0 comments on commit 7f4c323

Please sign in to comment.