Skip to content

Commit

Permalink
[fix] Sparqljs Update type requires where
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Jul 29, 2024
1 parent 61534de commit 4cf38aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SparqlGenUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function deleteObjectQueryFromEntConstrs(entConstrs: EntConstrInternal[]) {
updateType: 'insertdelete',
delete: [],
insert: [],
where: [],
},
],
};
Expand Down Expand Up @@ -172,6 +173,7 @@ function updateObjectQueryFromEntConstrs(entConstrs: EntConstrInternal[]) {
updateType: 'insertdelete',
delete: [],
insert: [],
where: [],
},
],
};
Expand Down

0 comments on commit 4cf38aa

Please sign in to comment.