fix typo for blocks subdomain

This commit is contained in:
Andre Staltz 2024-01-23 18:28:04 +02:00
parent d4fe7aabd9
commit 224a84ff8b
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
})