Add support for new fields in payload.
All checks were successful
semver Build semver has succeeded
format Build format has succeeded
clippy Build clippy has succeeded
rust-test Build rust-test has succeeded
build Build build has succeeded

This commit is contained in:
Tom Alexander
2025-02-08 20:58:55 -05:00
parent e7eeeefa53
commit 3f2bdda8cb
3 changed files with 7 additions and 1 deletions

View File

@@ -113,6 +113,8 @@ pub(crate) struct HookRepository {
object_format_name: String,
mirror_updated: String, // TODO: parse to datetime
repo_transfer: Value, // Was null in test hook
topics: Value, // Was null in test hook
licenses: Value, // Was null in test hook
}
#[allow(dead_code)]