Skip to content

Commit d5d391d

Browse files
authored
fixes for linter (#155)
1 parent ebfbca1 commit d5d391d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

launcher-csharp/Connect/Controllers/HMACValidation.cs renamed to launcher-csharp/Connect/Controllers/ValidateWebhookMessage.cs

File renamed without changes.

launcher-csharp/Connect/Examples/ValidateWebhookMessage.cs renamed to launcher-csharp/Connect/Examples/HMACValidation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static bool HashIsValid(string secret, string payload, string verify)
2727

2828
return CryptographicOperations.FixedTimeEquals(hashBytes, verifyBytes);
2929
}
30+
3031
//ds-snippet-end:Connect1Step1
3132
}
3233
}

0 commit comments

Comments
 (0)