Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 28, 2024
1 parent 4861971 commit 8b082b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (e *MsgExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (ex
sessionID, ok = ctx.Value("sessionID").(string)
if ok {
return executor.ExecuteOutput{
Message: api.NewCodeBlockMessage(msg, true),
Message: api.NewCodeBlockMessage(fmt.Sprintf("session id is %s",sessionID), true),
}, nil
}

Expand Down

0 comments on commit 8b082b7

Please sign in to comment.