Bug fixed in Postie
This commit is contained in:
@@ -30,8 +30,8 @@ class Postie {
|
||||
}
|
||||
|
||||
hasTopicAndSubscriber(topic, address) {
|
||||
return (this.isTopicExist(topic))
|
||||
? this.isSubscriberExist(topic, address)
|
||||
return (this.hasTopic(topic))
|
||||
? this.hasSubscriber(topic, address)
|
||||
: false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user