mirror of
https://github.com/miniflux/v2.git
synced 2025-08-21 18:11:09 +00:00
refactor(request): fix typo in big corp name
This commit is contained in:
parent
ab26a4e20f
commit
5e3bba9ae1
3 changed files with 6 additions and 6 deletions
|
@ -230,7 +230,7 @@ func (h *handler) tokenHandler(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
token := request.GoolgeReaderToken(r)
|
||||
token := request.GoogleReaderToken(r)
|
||||
if token == "" {
|
||||
slog.Warn("[GoogleReader] User does not have token",
|
||||
slog.String("client_ip", clientIP),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue