mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
misc: add line.
This commit is contained in:
+1
@@ -7,6 +7,7 @@ export const load: PageLoad = async ({ params }) => {
|
||||
const period = isValueOfStringEnum(StorageUsageRange, params.period)
|
||||
? params.period
|
||||
: StorageUsageRange.ThirtyDays;
|
||||
|
||||
const response = (await sdk
|
||||
.forProject(params.region, params.project)
|
||||
.storage.getBucketUsage(params.bucket, period)) as unknown as Models.UsageBuckets;
|
||||
|
||||
Reference in New Issue
Block a user