fix: filter
This commit is contained in:
parent
634492ac9f
commit
9ca85e7351
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ export default {
|
|||
},
|
||||
|
||||
// watching
|
||||
featuredWatching: (watching, count) => shuffleArray(watching.filter(watch => watch.favorite === true)).slice(0, count),
|
||||
featuredWatching: (watching, count) => shuffleArray(watching).slice(0, count),
|
||||
|
||||
// dates
|
||||
isoDateOnly: (date, separator) => {
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "19.5.15",
|
||||
"version": "19.5.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "19.5.15",
|
||||
"version": "19.5.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "19.5.15",
|
||||
"version": "19.5.16",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue