check value of item
This commit is contained in:
parent
185f8d6318
commit
e4a321c410
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ function load_random_site() {
|
|||
.then((obj) => {
|
||||
const entries = obj; // TODO: remove myself from the list
|
||||
const entries_cleaned = obj.filter((item) => {
|
||||
console.log(item);
|
||||
return true;
|
||||
return !item.is({
|
||||
name: "jjanzen's website",
|
||||
url: "https://jjanzen.ca",
|
||||
|
|
Loading…
Add table
Reference in a new issue