Skip to content

Commit

Permalink
reach: trace api input (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzIsGod1019 authored Dec 8, 2023
1 parent ed2d73e commit 9b002ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/reach/src/serv/message_send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use tardis::{
use crate::{domain, dto::*, reach_consts::*, serv::*};

pub async fn message_send(send_req: ReachMsgSendReq, funs: &TardisFunsInst, ctx: &TardisContext) -> TardisResult<()> {
tardis::tracing::debug!("[Bios.Reach] input: {:?}", send_req);
let err = |msg: &str| funs.err().not_found("reach", "event_listener", msg, "");

if send_req.receives.is_empty() {
Expand Down

0 comments on commit 9b002ac

Please sign in to comment.