mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Remove unused param
This commit is contained in:
parent
50dcb8bb75
commit
981f712660
1 changed files with 0 additions and 1 deletions
1
api.go
1
api.go
|
@ -315,7 +315,6 @@ func (h *Headscale) handleMachineLogOut(
|
|||
func (h *Headscale) handleMachineValidRegistration(
|
||||
ctx *gin.Context,
|
||||
idKey wgkey.Key,
|
||||
reqisterRequest tailcfg.RegisterRequest,
|
||||
machine Machine,
|
||||
) {
|
||||
resp := tailcfg.RegisterResponse{}
|
||||
|
|
Loading…
Reference in a new issue