mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Fix namespace
This commit is contained in:
parent
a53be858a8
commit
619092a8b2
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class Get extends DatabaseUsageGet
|
|||
->label('resourceType', RESOURCE_TYPE_DATABASES)
|
||||
->label('sdk', [
|
||||
new Method(
|
||||
namespace: 'tablesdb',
|
||||
namespace: 'tablesDb',
|
||||
group: null,
|
||||
name: 'getUsage',
|
||||
description: '/docs/references/tablesdb/get-database-usage.md',
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class XList extends DatabaseUsageXList
|
|||
->label('resourceType', RESOURCE_TYPE_DATABASES)
|
||||
->label('sdk', [
|
||||
new Method(
|
||||
namespace: 'tablesdb',
|
||||
namespace: 'tablesDb',
|
||||
group: null,
|
||||
name: 'listUsage',
|
||||
description: '/docs/references/tablesdb/list-usage.md',
|
||||
|
|
|
|||
Loading…
Reference in a new issue