1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Remove unneeded returns

This commit is contained in:
Kristoffer Dalby 2021-11-18 08:51:33 +00:00
parent 981f712660
commit 58d1255357

6
api.go
View File

@ -308,8 +308,6 @@ func (h *Headscale) handleMachineLogOut(
return
}
ctx.Data(http.StatusOK, "application/json; charset=utf-8", respBody)
return
}
func (h *Headscale) handleMachineValidRegistration(
@ -345,8 +343,6 @@ func (h *Headscale) handleMachineValidRegistration(
machineRegistrations.WithLabelValues("update", "web", "success", machine.Namespace.Name).
Inc()
ctx.Data(http.StatusOK, "application/json; charset=utf-8", respBody)
return
}
func (h *Headscale) handleMachineExpired(
@ -396,8 +392,6 @@ func (h *Headscale) handleMachineExpired(
machineRegistrations.WithLabelValues("new", "web", "success", machine.Namespace.Name).
Inc()
ctx.Data(http.StatusOK, "application/json; charset=utf-8", respBody)
return
}
func (h *Headscale) handleMachineRefreshKey(