Skip to content

Commit

Permalink
🩹 Fix UpdateRequest.Statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Dec 28, 2024
1 parent ba416af commit 7bfee38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/request_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ func (repo *EntRepository) UpdateRequest(
}

entstatuses, err := updated.QueryStatus().
Select(requeststatus.FieldStatus).
WithUser().
Order(ent.Desc(requeststatus.FieldCreatedAt)).
All(ctx)
Expand Down

0 comments on commit 7bfee38

Please sign in to comment.