mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Fix typo
This commit is contained in:
parent
cdeb2a8fc0
commit
8e6babe5d4
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ func (h *handler) editTag(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if len(addTags) == 0 && len(removeTags) == 0 {
|
if len(addTags) == 0 && len(removeTags) == 0 {
|
||||||
err = fmt.Errorf("add or/and remove tags should be supllied")
|
err = fmt.Errorf("add or/and remove tags should be supplied")
|
||||||
logger.Error("[GoogleReader][/edit-tag] [ClientIP=%s] ", clientIP, err)
|
logger.Error("[GoogleReader][/edit-tag] [ClientIP=%s] ", clientIP, err)
|
||||||
json.ServerError(w, r, err)
|
json.ServerError(w, r, err)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue