Skip to content

Commit b70aaf0

Browse files
committed
!fixup: fix build error
1 parent 187d212 commit b70aaf0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/dreyfus/src/dreyfus_index_updater.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ update(IndexKey, Index) ->
2525
current_seq = CurSeq,
2626
dbname = DbName,
2727
ddoc_id = DDocId,
28-
name = IndexName,
29-
key = IndexKey
28+
name = IndexName
3029
} = Index,
3130
erlang:put(io_priority, {search, DbName, IndexName}),
3231
{ok, Db} = couch_db:open_int(DbName, []),

0 commit comments

Comments
 (0)