We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05297d2 commit e349f8bCopy full SHA for e349f8b
src/services/api.js
@@ -35,7 +35,7 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
35
storage: true,
36
});
37
}
38
- getStorageInfo({tenant, filter, nodeId, type}, {concurrentId}) {
+ getStorageInfo({tenant, filter, nodeId, type}, {concurrentId} = {}) {
39
return this.get(
40
this.getPath(
41
`/viewer/json/${type === StorageTypes.nodes ? 'nodes' : 'storage'}?enums=true`,
0 commit comments