aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties.rs
diff options
context:
space:
mode:
authorGravatar Brett Spradling <bspradling@godaddy.com> 2021-05-15 23:55:19 -0700
committerGravatar Brett Spradling <bspradling@godaddy.com> 2021-05-16 22:17:54 -0700
commite1005f715bde3fb260d97a1a08e3e1de358471d6 (patch)
treee4d8baeb42d9fd74699aec99c9804aa67571f4db /src/models/properties.rs
parenta2dc79a5079d6286ebd148cf25a00e5dd013efdc (diff)
downloadnotion-e1005f715bde3fb260d97a1a08e3e1de358471d6.tar.gz
notion-e1005f715bde3fb260d97a1a08e3e1de358471d6.tar.zst
notion-e1005f715bde3fb260d97a1a08e3e1de358471d6.zip
wip
Diffstat (limited to 'src/models/properties.rs')
-rw-r--r--src/models/properties.rs2
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 },