kick canDelete
This commit is contained in:
@@ -168,7 +168,3 @@ func (d *Peer) GetAccessor(request *tools.APIRequest) utils.Accessor {
|
|||||||
data := NewAccessor(request) // Create a new instance of the accessor
|
data := NewAccessor(request) // Create a new instance of the accessor
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *Peer) CanDelete() bool {
|
|
||||||
return false // only draft order can be deleted
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user