From 224a84ff8b5a022357b4343ec6a26dddf12fb193 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Tue, 23 Jan 2024 18:28:04 +0200 Subject: [PATCH] fix typo for blocks subdomain --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 306e4b4..f04074c 100644 --- a/lib/index.js +++ b/lib/index.js @@ -230,7 +230,7 @@ function initConductor(peer, config) { if (subdomain === 'follows' && event === 'del') { teardownAccountGoals(theirID, theirRules) } - if (subdomain === 'block' && event === 'add') { + if (subdomain === 'blocks' && event === 'add') { teardownAccountGoals(theirID, theirRules) } })