Skip to content

Commit

Permalink
views: bump moderation version
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed May 22, 2020
1 parent a96c959 commit d0ad002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function Cabal (storage, key, opts) {
sublevel(this.db, TOPICS, { valueEncoding: json })))
this.kcore.use('users', createUsersView(
sublevel(this.db, USERS, { valueEncoding: json })))
this.kcore.use('moderation', createModerationView(
this.kcore.use('moderation', 2, ,createModerationView(
this,
sublevel(this.db, MODERATION_AUTH, { valueEncoding: json }),
sublevel(this.db, MODERATION_INFO, { valueEncoding: json })
Expand Down

0 comments on commit d0ad002

Please sign in to comment.