We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66c150 commit dc308cfCopy full SHA for dc308cf
src/graph.js
@@ -15,7 +15,7 @@ class GraphVertexCollection extends BaseCollection {
15
_documentPath(documentHandle) {
16
return `document/${this._documentHandle(documentHandle)}`;
17
}
18
-
+
19
remove(documentHandle, cb) {
20
const {promise, callback} = this._connection.promisify(cb);
21
this._gharial.delete(
@@ -52,7 +52,7 @@ class GraphEdgeCollection extends EdgeCollection {
52
this.graph = graph;
53
this._gharial = this._api.route(`gharial/${this.graph.name}/edge/${this.name}`);
54
55
56
57
58
0 commit comments