Skip to content

Commit

Permalink
忘删了
Browse files Browse the repository at this point in the history
  • Loading branch information
Shua-github committed Jan 5, 2025
1 parent 2785229 commit 6f1ae8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public async Task<OneBotResult> HandleOperation(BotContext context, JsonNode? pa
{
if (payload.Deserialize<OneBotSendPoke>(SerializerOptions.DefaultOptions) is { } poke)
{
if (poke.GroupId == null)
if (poke.GroupId.HasValue)
{
bool result = await context.GroupPoke(poke.GroupId.Value, poke.UserId);
Expand Down

0 comments on commit 6f1ae8d

Please sign in to comment.