We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33fa56 commit 6968ce5Copy full SHA for 6968ce5
packages/processor/index.ts
@@ -415,7 +415,7 @@ export default abstract class ProcessorImpl<F extends DataFactory = DataFactory>
415
.exhaustive()
416
}
417
418
- processFunctionCall(functionCall: sparqljs.FunctionCallExpression): sparqljs.FunctionCallExpression {
+ processFunctionCall(functionCall: sparqljs.FunctionCallExpression): sparqljs.Expression {
419
return {
420
...functionCall,
421
function: match(functionCall.function)
0 commit comments