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