Skip to content

Commit 8702918

Browse files
author
Benjamin Forster
committed
update hyperdb to the latest version;
1 parent 1aeaa0f commit 8702918

3 files changed

Lines changed: 327 additions & 322 deletions

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const tripleAliasMap = {
1010
}
1111

1212
function isNewDatabase (db) {
13-
return !(db.feeds.length > 1 || db.feeds[0].length > 0)
13+
return !(db.feeds.length > 1 || db.feeds[0].length > 1)
1414
}
1515

1616
function put (db, data, callback) {

0 commit comments

Comments
 (0)