Skip to content

Commit

Permalink
fix: modify an incorrect annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyRL committed Jan 12, 2025
1 parent adeb28b commit 3eeac96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/mw/get_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func GetHeaderParams() app.HandlerFunc {
Cookies: cookies,
})

// deliver to RPC server
// add KV for RPC server to get
ctx = metainfoContext.WithLoginData(ctx, &model.LoginData{
Id: id,
Cookies: cookies,
Expand Down

0 comments on commit 3eeac96

Please sign in to comment.