Make get_session() readonly and throw an exception if session cannot be found rather...
[ndcode_site.git] / my_account / sign_up / index.html.jst
index 3ce5eae..27eb438 100644 (file)
@@ -15,7 +15,7 @@ return async env => {
   let placeholder
   let sign_up_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)