Skip to content

Commit 103b8e1

Browse files
committed
Merge branch 'dev' of https://github.com/terminusdb/terminus-client into dev
2 parents 0067ba5 + c84f31f commit 103b8e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/woql.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@ WOQL.add_property = function(propid, type, graph) {
851851
* @param {string} graph - target graph
852852
* @return {object} WOQLQuery
853853
*/
854-
WOQL.delete_class = function(classid, graph) {
855-
return new WOQLQuery().delete_class(classid, graph)
854+
WOQL.delete_class = function(classid, graph, cvar) {
855+
return new WOQLQuery().delete_class(classid, graph,cvar)
856856
}
857857

858858
/**
@@ -861,8 +861,8 @@ WOQL.delete_class = function(classid, graph) {
861861
* @param {string} graph - target graph, optional
862862
* @return {object} WOQLQuery
863863
*/
864-
WOQL.delete_property = function(propid, graph) {
865-
return new WOQLQuery().delete_property(propid, graph)
864+
WOQL.delete_property = function(propid, graph,cvar) {
865+
return new WOQLQuery().delete_property(propid, graph,cvar)
866866
}
867867

868868
/**

0 commit comments

Comments
 (0)