diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/models/properties.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/properties.rs b/src/models/properties.rs index f7e3897..d04873e 100644 --- a/src/models/properties.rs +++ b/src/models/properties.rs @@ -308,7 +308,7 @@ pub enum PropertyValue { }, Url { id: PropertyId, - url: String, + url: Option<String>, }, Email { id: PropertyId, |