Skip to content

Commit 839d3fc

Browse files
acoumbAndyButland
andauthored
Update src/Umbraco.Cms.Integrations.Crm.Dynamics/Controllers/FormsController.cs
Co-authored-by: Andy Butland <[email protected]>
1 parent ccdc3f3 commit 839d3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.Dynamics/Controllers/FormsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public async Task<string> GetAccessToken([FromBody] OAuthRequestDto authRequestD
105105
requestMessage.Headers.Add("service_name", AuthorizationService.Service);
106106

107107
var response = await ClientFactory().SendAsync(requestMessage);
108-
if(response.IsSuccessStatusCode)
108+
if (response.IsSuccessStatusCode)
109109
{
110110
var result = await response.Content.ReadAsStringAsync();
111111

0 commit comments

Comments
 (0)