Commit ce72a907 authored by linj's avatar linj Committed by vipwzw

fix

parent 5d527518
......@@ -378,8 +378,8 @@ func listUnfreeze(cmd *cobra.Command, args []string) {
if len(create) > 0 {
funcName = "ListUnfreezeByCreator"
}
direction, err := cmd.Flags().GetInt32("direction")
direction, _ := cmd.Flags().GetInt32("direction")
count, _ := cmd.Flags().GetInt32("count")
last_key, _ := cmd.Flags().GetString("last_key")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment