Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 30, 2024
1 parent 1afed95 commit d500969
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 @@ -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
}

Expand Down

0 comments on commit d500969

Please sign in to comment.