Skip to content

Commit

Permalink
Resolve review comment - add missing closing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas Mulay committed Aug 28, 2024
1 parent cb64916 commit de59ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ func (api *APIServer) httpRestoreHandler(w http.ResponseWriter, r *http.Request)
Status string `json:"status"`
Operation string `json:"operation"`
BackupName string `json:"backup_name"`
OperationId string `json:"operation_id`
OperationId string `json:"operation_id"`
}{
Status: "acknowledged",
Operation: "restore",
Expand Down

0 comments on commit de59ece

Please sign in to comment.