This commit is contained in:
Adrian Zürcher
2025-06-19 18:49:35 +02:00
parent 0446a160e1
commit 9d4d417856

View File

@@ -49,7 +49,7 @@ func (r *Response) AddUnsubscription(sub Subscription) {
}
// Add new data publish to response
func (r *Response) AddUPublish(pub Publish) {
func (r *Response) AddPublish(pub Publish) {
r.Publish = append(r.Publish, pub)
}