[NO-TICKET] Remove unused function attributes (#16878)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4a60cdaf4f
Коммит
cda69d4dd7
@@ -108,7 +108,7 @@ func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
)
|
||||
c.App.InitServer()
|
||||
|
||||
t, _ := utils.GetTranslationsAndLocale(w, r)
|
||||
t, _ := utils.GetTranslationsAndLocale(r)
|
||||
c.App.SetT(t)
|
||||
c.App.SetRequestId(requestID)
|
||||
c.App.SetIpAddress(utils.GetIpAddress(r, c.App.Config().ServiceSettings.TrustedProxyIPHeader))
|
||||
|
||||
Ссылка в новой задаче
Block a user