Skip to content
Snippets Groups Projects
Commit f0aeeb45 authored by georgijfalileev's avatar georgijfalileev
Browse files

MRM-2322: fix pending services

parent 9602e077
Branches feature/MRM-2322
Tags
No related merge requests found
......@@ -581,9 +581,6 @@ func GetProperty(ctx context.Context, id primitive.ObjectID) (*model.PropertyMod
}
func UpdatePendingExtraServices(ctx context.Context, extras []string, property string) error {
if len(extras) == 0 {
return nil
}
cur, err := getExtraServicesList(ctx, property)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment