Skip to content

Commit b8a6917

Browse files
committed
review the document interface
1 parent 869f532 commit b8a6917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/woqlClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ WOQLClient.prototype.databaseInfo = function(dbId) {
165165
WOQLClient.prototype.db = function(dbId) {
166166
if (typeof dbId !== 'undefined') {
167167
this.connectionConfig.setDB(dbId)
168-
this.checkout("_commits")
168+
//this.checkout("_commits")
169169
}
170170
return this.connectionConfig.db()
171171
}

0 commit comments

Comments
 (0)