Skip to content

Commit

Permalink
Fix event name
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowingSPDG committed Jun 26, 2024
1 parent dd7b444 commit 562f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public class MatchZyDemoUploadedEvent : MatchZyMatchEvent
[JsonPropertyName("success")]
public bool Success { get; set; }

public MatchZyDemoUploadedEvent() : base("demo_uploaded")
public MatchZyDemoUploadedEvent() : base("demo_upload_ended")
{
}
}

0 comments on commit 562f0e5

Please sign in to comment.