diff options
-rw-r--r-- | scripts/cssa-webring.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cssa-webring.js b/scripts/cssa-webring.js index acfd4e0..a04a1d6 100644 --- a/scripts/cssa-webring.js +++ b/scripts/cssa-webring.js @@ -7,8 +7,7 @@ function load_random_site() { const entries = obj; // TODO: remove myself from the list const entries_cleaned = obj.filter((item) => { console.log(item); - return true; - return !item.is({ + return !item.isEqual({ name: "jjanzen's website", url: "https://jjanzen.ca", }); |