Skip to content

Commit

Permalink
indent fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ich1goSan authored Aug 31, 2022
1 parent e8e6e24 commit 7554b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public async Task<IActionResult> SubscribeWebhook(WebhookSubscriptionRequest req
}
else
{
return StatusCode(418, "Grant url can't be validated");
return StatusCode(418, "Grant url can't be validated");
}
}

Expand Down

0 comments on commit 7554b03

Please sign in to comment.