Skip to content

Commit

Permalink
fix: restful drop db properties failure(#39953) (#40257)
Browse files Browse the repository at this point in the history
related: #39953

Signed-off-by: MrPresent-Han <[email protected]>
Co-authored-by: MrPresent-Han <[email protected]>
  • Loading branch information
MrPresent-Han and MrPresent-Han authored Mar 3, 2025
1 parent f47ab31 commit 16aa123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/distributed/proxy/httpserver/request_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type DropDatabasePropertiesReq struct {
PropertyKeys []string `json:"propertyKeys"`
}

func (req *DatabaseReqWithProperties) DropDatabasPropertiesReq() string { return req.DbName }
func (req *DropDatabasePropertiesReq) GetDbName() string { return req.DbName }

type CollectionNameReq struct {
DbName string `json:"dbName"`
Expand Down

0 comments on commit 16aa123

Please sign in to comment.