aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2025-05-01 11:18:56 +0100
committerAkshay <[email protected]>2025-05-01 11:18:56 +0100
commitf282ba07333f0af636435e04db2c30d124dd8a77 (patch)
tree050926fbe4cf1d8dbbed16cc0f17f4223cd085a0
parent57b747728127dd963f0a82eff3c82be508c915f8 (diff)
-rw-r--r--src/geddit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geddit.js b/src/geddit.js
index 87a000b..3859b5c 100644
--- a/src/geddit.js
+++ b/src/geddit.js
@@ -70,7 +70,7 @@ class Geddit {
70 after: data.after, 70 after: data.after,
71 posts: data.children, 71 posts: data.children,
72 })) 72 }))
73 .catch((err) => null); 73 .catch((_) => null);
74 } 74 }
75 75
76 async getDomainNew(domain, options = this.parameters) { 76 async getDomainNew(domain, options = this.parameters) {