From b243b3ebbd8fc371b4292c22b89deb2813a7b2a5 Mon Sep 17 00:00:00 2001 From: Mendes Date: Fri, 2 Aug 2024 16:36:35 +0100 Subject: [PATCH] Fix broken durable object jurisdiction link (#610) --- worker/src/durable.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())?;