Fixed bug (again)
This commit is contained in:
parent
8df18880cb
commit
95ee015b36
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ class When extends Queries {
|
||||||
const artists = []
|
const artists = []
|
||||||
const songs = []
|
const songs = []
|
||||||
this.models.Histories
|
this.models.Histories
|
||||||
.find(this.filter)
|
.find({
|
||||||
|
createdAt: this.filter.createdAt
|
||||||
|
})
|
||||||
.sort({
|
.sort({
|
||||||
artist: 'desc'
|
artist: 'desc'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue