Browse Source

>_>

master
Gisle Aune 2 years ago
parent
commit
b4fb329247
  1. 2
      ports/mysql/items.go

2
ports/mysql/items.go

@ -188,7 +188,7 @@ func (r *itemRepository) Fetch(ctx context.Context, filter models.ItemFilter) ([
return false
}
if sdi != nil && sdj != nil {
if *sdi != *sdj {
if *sdi == *sdj {
// This should change the behavior on the front page only. #hax
if filter.UnAcquired {
return cti.Before(ctj)

Loading…
Cancel
Save