Skip to content

Commit 6968ce5

Browse files
committed
refactor: relax return type annotation
1 parent a33fa56 commit 6968ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/processor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export default abstract class ProcessorImpl<F extends DataFactory = DataFactory>
415415
.exhaustive()
416416
}
417417

418-
processFunctionCall(functionCall: sparqljs.FunctionCallExpression): sparqljs.FunctionCallExpression {
418+
processFunctionCall(functionCall: sparqljs.FunctionCallExpression): sparqljs.Expression {
419419
return {
420420
...functionCall,
421421
function: match(functionCall.function)

0 commit comments

Comments
 (0)