1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

Remove unused param

This commit is contained in:
Kristoffer Dalby 2021-11-18 08:51:21 +00:00
parent 50dcb8bb75
commit 981f712660

1
api.go
View File

@ -315,7 +315,6 @@ func (h *Headscale) handleMachineLogOut(
func (h *Headscale) handleMachineValidRegistration( func (h *Headscale) handleMachineValidRegistration(
ctx *gin.Context, ctx *gin.Context,
idKey wgkey.Key, idKey wgkey.Key,
reqisterRequest tailcfg.RegisterRequest,
machine Machine, machine Machine,
) { ) {
resp := tailcfg.RegisterResponse{} resp := tailcfg.RegisterResponse{}