feat(api): filter recent listens by timespan

This commit is contained in:
Julian Tölle 2020-05-09 16:28:57 +02:00
parent c545699f22
commit c9030937e2
5 changed files with 48 additions and 6 deletions

5
package-lock.json generated
View file

@ -3722,6 +3722,11 @@
"whatwg-url": "^7.0.0"
}
},
"date-fns": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.13.0.tgz",
"integrity": "sha512-xm0c61mevGF7f0XpCGtDTGpzEFC/1fpLXHbmFpxZZQJuvByIK2ozm6cSYuU+nxFYOPh2EuCfzUwlTEFwKG+h5w=="
},
"debug": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",