Make get_session() readonly and throw an exception if session cannot be found rather...
[ndcode_site.git] / contact / index.html.jst
index df384b5..c12edde 100644 (file)
@@ -12,7 +12,7 @@ return async env => {
   let placeholder
   let contact_draft
   try {
-    let root = await transaction.get({})
+    let root = await transaction.get()
     let session = await get_session(env, root)
 
     placeholder = await get_placeholder(env, session)