Archived
1
0
Fork 0

Make the linter happy

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-04-01 17:57:17 +02:00
parent ab5abcd171
commit 7c2c1032cb
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
3 changed files with 9 additions and 10 deletions

View file

@ -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