🎇 execute save while delete account
This commit is contained in:
@ -62,6 +62,9 @@ func (driver MediaTrack) Items() []base.Item {
|
||||
}
|
||||
|
||||
func (driver MediaTrack) Save(account *model.Account, old *model.Account) error {
|
||||
if account == nil {
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user