Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 committed Jan 29, 2024
1 parent c334a18 commit b2bab21
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ private static void Main()
break;
}
default:
{
throw new ArgumentOutOfRangeException();
}
}
break;
Expand All @@ -106,10 +102,6 @@ private static void Main()
await update.ChatJoinRequest.OnRequest();
break;
}
default:
{
throw new ArgumentOutOfRangeException();
}
}
}
catch (Exception ex)
Expand Down

0 comments on commit b2bab21

Please sign in to comment.