mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
Remove unused argument
This commit is contained in:
@@ -16,6 +16,6 @@ func (v *IntegratedApprovalImpl) PreparePeer(peer *nbpeer.Peer, _ *account.Extra
|
||||
return peer.Copy()
|
||||
}
|
||||
|
||||
func (v *IntegratedApprovalImpl) ValidatePeer(*nbpeer.Peer, []string) (bool, error) {
|
||||
func (v *IntegratedApprovalImpl) ValidatePeer(*nbpeer.Peer) (bool, error) {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user