Update NATS

This commit is contained in:
mr
2026-01-28 17:31:34 +01:00
parent 38cd862947
commit d50e5d56f7
3 changed files with 5 additions and 3 deletions

View File

@@ -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"]),
)
}