Make the linter happy
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ab5abcd171
commit
7c2c1032cb
3 changed files with 9 additions and 10 deletions
2
main.go
2
main.go
|
@ -117,7 +117,7 @@ func main() {
|
|||
|
||||
// start the api
|
||||
if *api {
|
||||
log.Fatal(StartAPI(db, config.ApiConfig))
|
||||
log.Fatal(StartAPI(db, config.APIConfig))
|
||||
}
|
||||
|
||||
// register notifiers
|
||||
|
|
Reference in a new issue