Skip to content

Commit

Permalink
add DropUser
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Feb 20, 2024
1 parent 54485bf commit 273b5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milvus/grpc/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export class User extends Resource {
);
return promise;
}
dropUser = this.deleteUser;

/**
* Lists all users in Milvus.
Expand Down

0 comments on commit 273b5b7

Please sign in to comment.