Skip to content

Commit a192d1b

Browse files
committed
fix: fixed this.client -> client
1 parent c9a7740 commit a192d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/send-email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async function sendEmail(
195195
} catch (err) {
196196
// store a counter
197197
if (err instanceof DenylistError)
198-
this.client
198+
client
199199
//
200200
// TODO: improve this date's accuracy later via `email` perhaps
201201
// (but we didn't for now since most likely switching off redis for these counters in future)

0 commit comments

Comments
 (0)