Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas747 committed Jun 8, 2021
1 parent 1e75132 commit 33a0750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logs/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func HandleLogsCPSaveGeneral(w http.ResponseWriter, r *http.Request) (web.Templa
if err == nil {
pubsub.EvictCacheSet(configCache, g.ID)
go cplogs.RetryAddEntry(web.NewLogEntryFromContext(r.Context(), panelLogKeyUpdatedSettings))
pubsub.EvictCacheSet("logs_config", g.ID)
}
return tmpl, err
}
Expand Down

0 comments on commit 33a0750

Please sign in to comment.