Skip to content

Commit 317d271

Browse files
fix: fix empty storage
1 parent 3ee69d4 commit 317d271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
250250
);
251251
}
252252
getStorageGroups(
253-
{nodeId, pDiskId, groupId, fieldsRequired, filter, ...params}: GroupsRequestParams,
253+
{nodeId, pDiskId, groupId, fieldsRequired = 'all', filter, ...params}: GroupsRequestParams,
254254
{concurrentId, signal}: AxiosOptions = {},
255255
) {
256256
const preparedNodeId = Array.isArray(nodeId)

0 commit comments

Comments
 (0)