mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:40:19 +00:00
NOISSUE - Fix comment typo
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ func (re *re) Handle(msg *messaging.Message) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Match NATS subject to support wildcardas.
|
||||
// Match NATS subject to support wildcards.
|
||||
func matchSubject(published, subscribed string) bool {
|
||||
p := strings.Split(published, ".")
|
||||
s := strings.Split(subscribed, ".")
|
||||
|
||||
Reference in New Issue
Block a user