From d689244ebcc6fa5a5f616f9c765189868355130e Mon Sep 17 00:00:00 2001 From: Dmitry Gavrovsky Date: Sat, 18 Dec 2021 02:02:46 +0200 Subject: Url property can be null (#26) * Url property can be null * removed comment in wrong place --- src/models/properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/properties.rs') 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, }, Email { id: PropertyId, -- cgit v1.2.3