Skip to content

Commit

Permalink
style: Remove debug flag from finalQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang committed Feb 26, 2025
1 parent 25a3ebf commit b99cf5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *store) Find(db *gorm.DB, filter ListFilter) ([]*model.OnchainBtcProcess
}

// Apply pagination and ordering
finalQuery = finalQuery.Debug().
finalQuery = finalQuery.
Offset(filter.Offset).
Limit(filter.Limit).
Order("updated_at DESC")
Expand Down

0 comments on commit b99cf5e

Please sign in to comment.