fix: filter

This commit is contained in:
Cory Dransfeldt 2024-06-20 15:07:44 -07:00
parent 634492ac9f
commit 9ca85e7351
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -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",

View file

@ -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": {