fix existing function add reflect, slow but safe

This commit is contained in:
Adrian Zürcher
2025-11-07 08:02:19 +01:00
parent 14cb20f306
commit f59d3e9b1b

View File

@@ -254,7 +254,7 @@ func (dH *DBHandler) DeleteById(model any, ids ...uint) error {
return fmt.Errorf("delete failed: %w", err)
}
return err
return nil
}
// deleteByKey