Skip to content

Commit

Permalink
upgrade swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Dec 15, 2023
1 parent b7db25f commit 3f01be9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/cli/serverless/backup/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func ListCmd(h *internal.Helper) *cobra.Command {
if format == output.JsonFormat || !h.IOStreams.CanPrompt {
res := &brModel.V1beta1ListBackupsResponse{
Backups: items,
TotalSize: int32(total),
TotalSize: total,
}
err := output.PrintJson(h.IOStreams.Out, res)
if err != nil {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
},
"totalSize": {
"type": "integer",
"format": "int32",
"format": "int64",
"description": "Total number of backups."
}
}
Expand Down

0 comments on commit 3f01be9

Please sign in to comment.