Skip to content

Commit b99cf5e

Browse files
committed
style: Remove debug flag from finalQuery
1 parent 25a3ebf commit b99cf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/onchainbtcprocessedtransaction/onchain_btc_processed_transaction.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (s *store) Find(db *gorm.DB, filter ListFilter) ([]*model.OnchainBtcProcess
9696
}
9797

9898
// Apply pagination and ordering
99-
finalQuery = finalQuery.Debug().
99+
finalQuery = finalQuery.
100100
Offset(filter.Offset).
101101
Limit(filter.Limit).
102102
Order("updated_at DESC")

0 commit comments

Comments
 (0)