Skip to content

Commit 8419b68

Browse files
committed
fix(meta): cp_databases not accept database param
1 parent dd3810a commit 8419b68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/api/meta.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class MetaAPI extends BaseYdbAPI {
5151
{
5252
cluster_name: clusterName,
5353
database_name: path,
54-
database: path,
5554
},
5655
{requestConfig: {signal}},
5756
).then(parseMetaTenants);

0 commit comments

Comments
 (0)