[NO-TICKET] Remove unused function attributes (#16878)

Этот коммит содержится в:
Atanas Alexandrov
2021-02-08 10:11:07 +01:00
коммит произвёл GitHub
родитель 4a60cdaf4f
Коммит cda69d4dd7
4 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@@ -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))