Skip to content

Commit

Permalink
Updated to trigger package deployment (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: Farshad DASHTI <[email protected]>
  • Loading branch information
FrostyApeOne and Farshad DASHTI authored Aug 15, 2024
1 parent 2552925 commit 4e6f1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dfe.PersonsApi.Client/Generated/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"name": "constituencyName",
"in": "path",
"required": true,
"description": "The constituency name.",
"description": "The constituency name. ",
"schema": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion PersonsApi/Controllers/ConstituenciesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public ConstituenciesController(IPersonsQueries personQueries)
/// <summary>
/// Retrieve Member of Parliament by constituency name
/// </summary>
/// <param name="constituencyName">The constituency name.</param>
/// <param name="constituencyName">The constituency name. </param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns></returns>
[HttpGet("{constituencyName}/mp")]
Expand Down

0 comments on commit 4e6f1b3

Please sign in to comment.