From d500969205bc64509688cf6f633b8e7682ee40bf Mon Sep 17 00:00:00 2001 From: hirenko-v Date: Mon, 30 Sep 2024 22:23:42 +0300 Subject: [PATCH] test --- cmd/job/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/job/main.go b/cmd/job/main.go index c48817c..71bc078 100644 --- a/cmd/job/main.go +++ b/cmd/job/main.go @@ -117,7 +117,7 @@ func (e *MsgExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (ex }, nil } else { return executor.ExecuteOutput{ - Message: api.NewCodeBlockMessage(fmt.Sprintf("%s", in.Context.IncomingWebhook), true), + Message: api.NewCodeBlockMessage(fmt.Sprintf("%s", in.Context.Message.URL), true), }, nil }