fix typo for blocks subdomain
This commit is contained in:
parent
d4fe7aabd9
commit
224a84ff8b
|
@ -230,7 +230,7 @@ function initConductor(peer, config) {
|
||||||
if (subdomain === 'follows' && event === 'del') {
|
if (subdomain === 'follows' && event === 'del') {
|
||||||
teardownAccountGoals(theirID, theirRules)
|
teardownAccountGoals(theirID, theirRules)
|
||||||
}
|
}
|
||||||
if (subdomain === 'block' && event === 'add') {
|
if (subdomain === 'blocks' && event === 'add') {
|
||||||
teardownAccountGoals(theirID, theirRules)
|
teardownAccountGoals(theirID, theirRules)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue