Skip to content

Commit

Permalink
fixing cyclic dependency for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Shah committed Sep 10, 2024
1 parent 4dd5915 commit b32381f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,11 +1093,7 @@
},
"rebillDetails": {
"description": "Rebill details for an invoice.",
"allOf": [
{
"$ref": "#/definitions/RebillDetails"
}
]
"$ref": "#/definitions/RebillDetails"
},
"status": {
"description": "The current status of the invoice.",
Expand Down

0 comments on commit b32381f

Please sign in to comment.