From 9ca85e7351d6ffd50d7c698b1948c696b3b8d307 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 20 Jun 2024 15:07:44 -0700 Subject: [PATCH] fix: filter --- config/filters/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/filters/index.js b/config/filters/index.js index 14b59d8e..0c423efe 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -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) => { diff --git a/package-lock.json b/package-lock.json index 21820a36..8745d500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 191493dc..048fad8d 100644 --- a/package.json +++ b/package.json @@ -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": {