mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Fix typo
This commit is contained in:
parent
bdef5a5e2d
commit
50766e5676
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func (a *App) DoPostActionWithCookie(rctx request.CTX, postID, actionId, userID,
|
|||
|
||||
// Log request, regardless of whether destination is internal or external
|
||||
rctx.Logger().Info("DoPostActionWithCookie POST request, through DoActionRequest",
|
||||
mlog.String("url", upstreamURL),
|
||||
mlog.String("url", setup.upstreamURL),
|
||||
mlog.String("user_id", upstreamRequest.UserId),
|
||||
mlog.String("post_id", upstreamRequest.PostId),
|
||||
mlog.String("channel_id", upstreamRequest.ChannelId),
|
||||
|
|
|
|||
Loading…
Reference in a new issue