Skip to content

Commit

Permalink
Update PreloadingAttribute constructor signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornado-Technology committed Jul 19, 2024
1 parent d4773cf commit a5751cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public sealed class PreloadingAttribute : Attribute
{
public readonly Type? Event;

public PreloadingAttribute(Type? @event)
public PreloadingAttribute(Type? @event = null)
{
Event = @event;
}
Expand Down

0 comments on commit a5751cd

Please sign in to comment.