Skip to content

Commit

Permalink
schema: fix ct helper key name
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhb committed Jan 22, 2024
1 parent e5fb6d4 commit 9a320bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pub enum NfListObject {
#[serde(rename = "metainfo")]
MetainfoObject(MetainfoObject),
CTTimeout(CTTimeout),
#[serde(rename = "ct expectation")]
CTExpectation(CTExpectation),
}

Expand Down

0 comments on commit 9a320bc

Please sign in to comment.