Skip to content

Commit

Permalink
Include in collection as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Dec 29, 2022
1 parent bdbc96f commit 41283d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wantslistapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ func (s *Server) ClientUpdate(ctx context.Context, req *rcpb.ClientUpdateRequest
if (list.GetType() == pb.WantList_ALL_IN || list.GetType() == pb.WantList_RAPID) &&
r.GetMetadata().GetCategory() == rcpb.ReleaseMetadata_STAGED ||
r.GetMetadata().GetCategory() == rcpb.ReleaseMetadata_HIGH_SCHOOL ||
r.GetMetadata().GetCategory() == rcpb.ReleaseMetadata_PRE_HIGH_SCHOOL {
r.GetMetadata().GetCategory() == rcpb.ReleaseMetadata_PRE_HIGH_SCHOOL ||
r.GetMetadata().GetCategory() == rcpb.ReleaseMetadata_IN_COLLECTION {
want.Status = pb.WantListEntry_COMPLETE
return &rcpb.ClientUpdateResponse{}, s.prodProcess(ctx, config)
}
Expand Down

0 comments on commit 41283d3

Please sign in to comment.