Skip to content

Commit

Permalink
silly rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Sep 20, 2024
1 parent a7af237 commit ac4d6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class Subscriptions
public DialogEventPayload DialogEvents(Guid dialogId,
[EventMessage] DialogEventPayload eventMessage)
{
Console.WriteLine(dialogId);
ArgumentNullException.ThrowIfNull(dialogId);
ArgumentNullException.ThrowIfNull(eventMessage);
return eventMessage;
}
Expand Down

0 comments on commit ac4d6cb

Please sign in to comment.