Update NATS
This commit is contained in:
@@ -27,7 +27,7 @@ func ListenNATS() {
|
||||
GetPubSubService().ToPartnerPublishEvent(
|
||||
context.Background(),
|
||||
propalgation.Action,
|
||||
dt, propalgation.User,
|
||||
dt, resp.User,
|
||||
propalgation.Payload,
|
||||
)
|
||||
case tools.PB_SEARCH:
|
||||
@@ -37,7 +37,7 @@ func ListenNATS() {
|
||||
context.Background(),
|
||||
dt,
|
||||
fmt.Sprintf("%v", m["type"]),
|
||||
propalgation.User,
|
||||
resp.User,
|
||||
fmt.Sprintf("%v", m["search"]),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user