mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Added marked_for_deletion and billing_plan_downgrade
to hamster export
This commit is contained in:
parent
0e30f6533e
commit
9fc1b0b71b
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ class Hamster extends Action
|
|||
Query::equal('userInternalId', [$user->getInternalId()])
|
||||
]);
|
||||
|
||||
if (!empty($organization) || !$organization->isEmpty()) {
|
||||
if (!empty($organization) && !$organization->isEmpty()) {
|
||||
$billingPlan = $organization->getAttribute('billingPlan', null);
|
||||
$billingPlanDowngrade = $organization->getAttribute('billingPlanDowngrade', null);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue