Skip to content

Commit

Permalink
fix(collection): update eps (bangumi#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored and RanKKI committed Jan 11, 2024
1 parent f63d423 commit 23398a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctrl/update_subject_collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (ctl Ctrl) UpdateSubjectCollection(
}

if req.EpStatus.Set {
s.UpdateVols(req.EpStatus.Value)
s.UpdateEps(req.EpStatus.Value)
}

if req.Type.Set {
Expand Down

0 comments on commit 23398a0

Please sign in to comment.