check value of item

This commit is contained in:
jjanzen 2025-02-10 17:40:30 -06:00
parent 185f8d6318
commit e4a321c410

View file

@ -6,6 +6,8 @@ function load_random_site() {
.then((obj) => { .then((obj) => {
const entries = obj; // TODO: remove myself from the list const entries = obj; // TODO: remove myself from the list
const entries_cleaned = obj.filter((item) => { const entries_cleaned = obj.filter((item) => {
console.log(item);
return true;
return !item.is({ return !item.is({
name: "jjanzen's website", name: "jjanzen's website",
url: "https://jjanzen.ca", url: "https://jjanzen.ca",