diff --git a/web/src/objects/item.rs b/web/src/objects/item.rs index 5b3921ba..61e46992 100644 --- a/web/src/objects/item.rs +++ b/web/src/objects/item.rs @@ -7,7 +7,7 @@ use crate::prelude::*; use apb::{field::OptionalString, target::Addressed, ActivityMut, Base, Collection, CollectionMut, Object, ObjectMut}; lazy_static::lazy_static! { - static ref REGEX: Regex = regex::Regex::new("@(\\w+)(@\\w+|)").expect("failed compiling @ regex"); + static ref REGEX: Regex = regex::Regex::new("@(\\w+)(@\\w+|)").expect("failed compiling @ regex"); } #[component]