Skip to content

Commit

Permalink
prefix is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
psvkaushik committed Aug 13, 2024
1 parent 5d73c49 commit 2f564a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sparql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ function translatePaths(op: Algebra.Paths): PathsQuery {
start: op.start,
via: op.via ,
end: op.end ,
prefixes : op.prefixes,
shortest: op.shortest,
all: op.all,
cyclic: op.cyclic,
Expand Down

0 comments on commit 2f564a9

Please sign in to comment.