diff --git a/worker/src/durable.rs b/worker/src/durable.rs index cd2a507d..a192fd94 100644 --- a/worker/src/durable.rs +++ b/worker/src/durable.rs @@ -122,7 +122,7 @@ impl ObjectNamespace { /// currently compatible with ids created by `id_from_name()`. /// /// See supported jurisdictions and more documentation at: - /// + /// pub fn unique_id_with_jurisdiction(&self, jd: &str) -> Result { let options = Object::new(); js_sys::Reflect::set(&options, &JsValue::from("jurisdiction"), &jd.into())?;