diff options
author | 2021-05-15 23:55:19 -0700 | |
---|---|---|
committer | 2021-05-16 22:17:54 -0700 | |
commit | e1005f715bde3fb260d97a1a08e3e1de358471d6 (patch) | |
tree | e4d8baeb42d9fd74699aec99c9804aa67571f4db /src/models/properties.rs | |
parent | a2dc79a5079d6286ebd148cf25a00e5dd013efdc (diff) | |
download | notion-e1005f715bde3fb260d97a1a08e3e1de358471d6.tar.gz notion-e1005f715bde3fb260d97a1a08e3e1de358471d6.tar.zst notion-e1005f715bde3fb260d97a1a08e3e1de358471d6.zip |
wip
Diffstat (limited to 'src/models/properties.rs')
-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 c55ce1a..44f723b 100644 --- a/src/models/properties.rs +++ b/src/models/properties.rs @@ -157,7 +157,7 @@ pub enum PropertyConfiguration { Checkbox { id: PropertyId }, /// Represents a URL Property /// See https://developers.notion.com/reference/database#url-configuration - URL { id: PropertyId }, + Url { id: PropertyId }, /// Represents a Email Property /// See https://developers.notion.com/reference/database#email-configuration Email { id: PropertyId }, |