mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-23 09:51:25 +01:00
Remove RequestMapUpdates function
This commit is contained in:
@@ -67,11 +67,6 @@ func (h *Headscale) RemoveSharedMachineFromNamespace(
|
||||
return errMachineNotShared
|
||||
}
|
||||
|
||||
err := h.RequestMapUpdates(namespace.ID)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user