Skip to content

Commit dc308cf

Browse files
committed
Linting
1 parent a66c150 commit dc308cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graph.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class GraphVertexCollection extends BaseCollection {
1515
_documentPath(documentHandle) {
1616
return `document/${this._documentHandle(documentHandle)}`;
1717
}
18-
18+
1919
remove(documentHandle, cb) {
2020
const {promise, callback} = this._connection.promisify(cb);
2121
this._gharial.delete(
@@ -52,7 +52,7 @@ class GraphEdgeCollection extends EdgeCollection {
5252
this.graph = graph;
5353
this._gharial = this._api.route(`gharial/${this.graph.name}/edge/${this.name}`);
5454
}
55-
55+
5656
remove(documentHandle, cb) {
5757
const {promise, callback} = this._connection.promisify(cb);
5858
this._gharial.delete(

0 commit comments

Comments
 (0)