mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
Add Stop method for integrated approval
This commit is contained in:
@@ -19,3 +19,6 @@ func (v *IntegratedApprovalImpl) PreparePeer(_ string, peer *nbpeer.Peer, _ []st
|
||||
func (v *IntegratedApprovalImpl) IsRequiresApproval(accountID string, peer *nbpeer.Peer, peersGroup []string, extraSettings *account.ExtraSettings) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (v *IntegratedApprovalImpl) Stop() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user