fix: apply fmt and fix missing name changes

This commit is contained in:
Adrien Raffin-Caboisse 2022-03-07 23:20:30 +01:00
parent 2b68c90778
commit 41efe98953
No known key found for this signature in database
GPG key ID: 7FB60532DEBEAD6A
3 changed files with 3 additions and 2 deletions

1
api.go
View file

@ -144,6 +144,7 @@ func (h *Headscale) RegistrationHandler(ctx *gin.Context) {
Str("func", "RegistrationHandler").
Str("hostinfo.name", req.Hostinfo.Hostname).
Err(err)
return
}