Skip to content

Commit 4551ed6

Browse files
fix: Use StorageCollectionType instead of DbCollectionType for listRules0022 call. (#2491)
1 parent 2e6d1f9 commit 4551ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const loadUserUsages = async ({
107107
: listRules0022({ satelliteId, type: DbCollectionType, identity }),
108108
newestListRules
109109
? modernListRules(StorageCollectionType)
110-
: listRules0022({ satelliteId, type: DbCollectionType, identity })
110+
: listRules0022({ satelliteId, type: StorageCollectionType, identity })
111111
]);
112112

113113
const loadUsage = async ({

0 commit comments

Comments
 (0)