diff --git a/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs b/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs index 23bebc4d2..2209ff378 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs @@ -291,7 +291,9 @@ namespace Squidex.Domain.Apps.Entities.Apps.DomainObject } else { - var result = await appPlansBillingManager.ChangePlanAsync(c.Actor.Identifier, Snapshot.NamedId(), c.PlanId, c.Referer); + var result = + await appPlansBillingManager.ChangePlanAsync(c.Actor.Identifier, + Snapshot.NamedId(), c.PlanId, c.Referer); switch (result) {