aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties.rs
diff options
context:
space:
mode:
authorGravatar Brett Spradling <brett@spradling.me> 2021-05-16 22:55:53 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-16 22:55:53 -0700
commitadf612dc81fbfe347c3dd67ebcfb23eab9dbdff5 (patch)
tree8b667aea41051b78b02171726e68c72bfc80075b /src/models/properties.rs
parentddeced347b45f66e8dfdbaff0cae6da50a600539 (diff)
parente498b3c10e4975993352048b502cbcf55193850b (diff)
downloadnotion-adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5.tar.gz
notion-adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5.tar.zst
notion-adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5.zip
Merge branch 'main' into feature/block-children
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 44f723b..22689e9 100644
--- a/src/models/properties.rs
+++ b/src/models/properties.rs
@@ -292,7 +292,7 @@ pub enum PropertyValue {
id: PropertyId,
checkbox: bool,
},
- URL {
+ Url {
id: PropertyId,
url: String,
},