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