Skip to content

Commit

Permalink
不要な値の代入を削除する (IDE0059)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikupin1105 committed Sep 20, 2021
1 parent 41468d5 commit 6f89e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/line-bot-sdk-csharp/Webhooks/WebhookEventSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal static WebhookEventSource CreateFrom(dynamic source)
{
return null;
}
var sourceId = "";
string sourceId;
switch (sourceType)
{
case EventSourceType.User:
Expand Down

0 comments on commit 6f89e07

Please sign in to comment.