Fix lint errors
This commit is contained in:
parent
5f62d91b44
commit
efe453dbe3
@ -159,8 +159,8 @@ func (app *Application) start_background() {
|
|||||||
return trove
|
return trove
|
||||||
},
|
},
|
||||||
StartDelay: 5 * time.Second,
|
StartDelay: 5 * time.Second,
|
||||||
Period: 10 * time.Minute,
|
Period: 10 * time.Minute,
|
||||||
app: app,
|
app: app,
|
||||||
}
|
}
|
||||||
bookmarks_task.StartBackground()
|
bookmarks_task.StartBackground()
|
||||||
|
|
||||||
@ -174,8 +174,8 @@ func (app *Application) start_background() {
|
|||||||
return trove
|
return trove
|
||||||
},
|
},
|
||||||
StartDelay: 1 * time.Second,
|
StartDelay: 1 * time.Second,
|
||||||
Period: 20 * time.Minute,
|
Period: 20 * time.Minute,
|
||||||
app: app,
|
app: app,
|
||||||
}
|
}
|
||||||
own_profile_task.StartBackground()
|
own_profile_task.StartBackground()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user