aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-02-10 17:39:10 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-02-10 17:39:10 -0600
commit185f8d63182c75f47570681d22bcf50b52360d30 (patch)
tree3a92d790808548d1e3f989ca853d18854d8f1f5a
parent77bb6a545f7830d943132199e0073deef4aee508 (diff)
i don't know how to compare objects in js
-rw-r--r--scripts/cssa-webring.js2
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",
});