Skip to content

Commit

Permalink
Rename seek index
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Oct 30, 2023
1 parent fcb1245 commit 68a4045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-group-tangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function GetGroupTangle (server, _, tangle = 'group') {
pull(
server.db.query(
where(
equal(seekTanglesTangleRoot, info.root, { indexType: 'tanglesTangleRoot', prefix: true })
equal(seekTanglesTangleRoot, info.root, { indexType: `tangles${tangle}Update`, prefix: true })
),
toPullStream()
),
Expand Down

0 comments on commit 68a4045

Please sign in to comment.