1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

removed useless condition in Refresh

This commit is contained in:
Hossein Mehrabi
2018-06-08 10:59:47 +04:30
parent 46978fdc8a
commit f33b756d02
20 changed files with 0 additions and 80 deletions

View File

@@ -25,10 +25,6 @@ func NewWidget() *Widget {
/* -------------------- Exported Functions -------------------- */
func (widget *Widget) Refresh() {
if widget.Disabled() {
return
}
searchResult, err := IssuesFor(Config.UString("wtf.mods.jira.username"), Config.UString("wtf.mods.jira.project", ""), Config.UString("wtf.mods.jira.jql", ""))
widget.UpdateRefreshedAt()