Skip to content

Commit

Permalink
Remove prop in commit #24
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Dec 20, 2020
1 parent 0f05d6e commit 9c9b73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ impl<'a> Resource<'a> {
/// Validates the datatype.
pub fn remove_propval(&mut self, property_url: &str) {
self.propvals.remove_entry(property_url);
self.commit.remove(property_url)
}

/// Tries to resolve the shortname of a Property to a Property URL.
Expand Down

0 comments on commit 9c9b73c

Please sign in to comment.