Browse Source

indent fixed

pull/1956/head
Daniyar Alpyspayev 2 years ago
committed by GitHub
parent
commit
7554b037e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs

+ 1
- 1
src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs View File

@ -71,7 +71,7 @@ public class WebhooksController : ControllerBase
} }
else else
{ {
return StatusCode(418, "Grant url can't be validated");
return StatusCode(418, "Grant url can't be validated");
} }
} }


Loading…
Cancel
Save