Skip to content

Commit a749fe0

Browse files
authored
Update graphDBDocument.js
1 parent 1de37a4 commit a749fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphDBDocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ class GraphDBDocument {
430430
throw new Error('Improper instance syntax.');
431431

432432
nestedInsertClause.push(`${uri} ${SPARQL.getPredicate(option.internalKey)} ${object}.`);
433-
return;
433+
return {object, nestedInsertClause, nestedDeleteClause};
434434
}
435435

436436
// Create a new document if provides a data object

0 commit comments

Comments
 (0)