Use (Transaction|LazyValue).get_json() instead of logjson.logjson_to_json() and ...
[ndcode_site.git] / my_account / verify_email / index.html.jst
index f0a953f..8f9fef0 100644 (file)
@@ -1,5 +1,3 @@
-let logjson = (await import('@ndcode/logjson')).default
-
 return async env => {
   let breadcrumbs = await _require('/_lib/breadcrumbs.jst')
   let icon_cross = await env.site.get_min_svg('/_svg/icon_cross.svg')
@@ -15,8 +13,8 @@ return async env => {
      Object.prototype.hasOwnProperty.call(
       env.parsed_url.query,
       'link_code'
-     )
-   )
+    )
+  )
     details.link_code =
       decodeURIComponent(env.parsed_url.query.link_code)
   console.log('details', JSON.stringify(details))