Skip to content

Commit 7ab5ffb

Browse files
feat: in progress
1 parent fadea8d commit 7ab5ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/lib/services/user.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const loadUserUsages = async ({
8989
collectionType: CollectionType;
9090
maxChangesPerUser: number | undefined;
9191
}): Promise<UserUsageCollection> => {
92-
const key = `${user.owner.toText()}#${collection}`;
92+
const key = `${user.owner.toText()}#${}#${collection}`;
9393

9494
const userUsageCollection =
9595
'Storage' in collectionType ? '#user_usage_storage' : '#user_usage_db';

0 commit comments

Comments
 (0)