chore: retire webhook state

This commit is contained in:
johnnyjoy
2025-01-10 22:24:12 +08:00
parent 2a861ea430
commit c1498a1844
9 changed files with 122 additions and 179 deletions

View File

@@ -53,11 +53,9 @@ message Webhook {
google.protobuf.Timestamp update_time = 4;
State state = 5;
string name = 5;
string name = 6;
string url = 7;
string url = 6;
}
message CreateWebhookRequest {