diff --git a/src/SparqlGenUpdate.ts b/src/SparqlGenUpdate.ts index 54709a4..f053dae 100644 --- a/src/SparqlGenUpdate.ts +++ b/src/SparqlGenUpdate.ts @@ -93,6 +93,7 @@ function deleteObjectQueryFromEntConstrs(entConstrs: EntConstrInternal[]) { updateType: 'insertdelete', delete: [], insert: [], + where: [], }, ], }; @@ -172,6 +173,7 @@ function updateObjectQueryFromEntConstrs(entConstrs: EntConstrInternal[]) { updateType: 'insertdelete', delete: [], insert: [], + where: [], }, ], };