Skip to content

Commit

Permalink
Url property can be null (#26)
Browse files Browse the repository at this point in the history
* Url property can be null

* removed comment in wrong place
  • Loading branch information
flamedmg committed Dec 18, 2021
1 parent b2367c3 commit d689244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/properties.rs
Expand Up @@ -308,7 +308,7 @@ pub enum PropertyValue {
},
Url {
id: PropertyId,
url: String,
url: Option<String>,
},
Email {
id: PropertyId,
Expand Down

0 comments on commit d689244

Please sign in to comment.