Skip to content

Commit 564ba9c

Browse files
committed
primtivies campaign::Active - fix to name
1 parent 7ea437b commit 564ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/campaign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub struct Active {
5454
/// A sane value should be lower than channel.validUntil * 1000 and higher than created
5555
/// It's recommended to set this at least one month prior to channel.validUntil * 1000
5656
#[serde(with = "ts_milliseconds")]
57-
pub active_to: DateTime<Utc>,
57+
pub to: DateTime<Utc>,
5858
}
5959

6060
impl Campaign {

0 commit comments

Comments
 (0)