Skip to content

Commit

Permalink
✏️ Typo sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Feb 13, 2024
1 parent 435430b commit ffd80d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/crm/deal/deal.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class DealController {

@ApiOperation({
operationId: 'updateDeal',
summary: 'Update a deal',
summary: 'Update a Deal',
})
@ApiCustomResponse(UnifiedDealOutput)
@UseGuards(ApiKeyAuthGuard)
Expand Down
2 changes: 1 addition & 1 deletion packages/api/swagger/swagger-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@
},
"patch": {
"operationId": "updateDeal",
"summary": "Update a deal",
"summary": "Update a Deal",
"parameters": [
{
"name": "id",
Expand Down

0 comments on commit ffd80d5

Please sign in to comment.