1
0

feat: another baseline

This commit is contained in:
Ca2didi 2025-04-22 00:43:56 +08:00
parent 2929fb5b31
commit a29948587c

View File

@ -938,11 +938,11 @@ namespace Flawless.Client.Remote
public enum WebhookEventType public enum WebhookEventType
{ {
_0 = 0, Push = 0,
IssueCreated = 1,
_1 = 1, IssueUpdate = 2
_2 = 2,
} }