@@ -30,6 +30,7 @@ func NewNotice(c NoticeConfig) (n *Notice, err error) {
return
}
n.p = producer
+ return n, err
return nil, nil