Skip to content

Commit 442f746

Browse files
chore(#20): this commit removes unnecessary and irrelevant comments in the current context
1 parent 95b72e0 commit 442f746

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Applications/Backend/Source/HttpsRichardy.Federation.WebApi/Controllers/ClientsController.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public async Task<IActionResult> CreateClientAsync([FromBody] ClientCreationSche
3030
{
3131
var result = await dispatcher.DispatchAsync(request, cancellation);
3232

33-
// we know the switch here is not strictly necessary since we only handle the success case,
34-
// but we keep it for consistency with the rest of the codebase and to follow established patterns.
35-
3633
return result switch
3734
{
3835
{ IsSuccess: true } when result.Data is not null =>

0 commit comments

Comments
 (0)