mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix: allow billingPlan query on teams
This commit is contained in:
parent
5e74c5bbc4
commit
3d081e1aa5
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ class Teams extends Base
|
||||||
{
|
{
|
||||||
public const ALLOWED_ATTRIBUTES = [
|
public const ALLOWED_ATTRIBUTES = [
|
||||||
'name',
|
'name',
|
||||||
'total'
|
'total',
|
||||||
|
'billingPlan'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue