fix: linting
This commit is contained in:
parent
17d6624bb9
commit
b9fee36f6e
2 changed files with 2 additions and 1 deletions
1
acls.go
1
acls.go
|
@ -267,6 +267,7 @@ func expandAlias(
|
|||
alias,
|
||||
)
|
||||
}
|
||||
|
||||
return ips, nil
|
||||
} else {
|
||||
return ips, err
|
||||
|
|
|
@ -361,7 +361,7 @@ func (h *Headscale) UpdateMachine(machine *Machine) error {
|
|||
}
|
||||
|
||||
// UpdateDBMachine takes a Machine struct pointer (typically already loaded from database
|
||||
// search for the same machine in the database and update the latter
|
||||
// search for the same machine in the database and update the latter.
|
||||
func (h *Headscale) UpdateDBMachine(machine Machine) error {
|
||||
destMachine := Machine{}
|
||||
if result := h.db.Where("id = ?", machine.ID).Find(&destMachine); result.Error != nil {
|
||||
|
|
Loading…
Reference in a new issue