diff src/login.js.luan @ 12:9f45d32670ae

server push
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 31 Oct 2024 21:40:57 -0600
parents e22a1ba4b2ed
children 1aa50739475a
line wrap: on
line diff
--- a/src/login.js.luan	Thu Oct 31 19:17:53 2024 -0600
+++ b/src/login.js.luan	Thu Oct 31 21:40:57 2024 -0600
@@ -7,9 +7,8 @@
 local send_mail_async = Shared.send_mail_async or error()
 local Utils = require "site:/lib/Utils.luan"
 local base_url = Utils.base_url or error()
+local to_list = Utils.to_list or error()
 local User = require "site:/lib/User.luan"
-local Utils = require "site:/lib/Utils.luan"
-local to_list = Utils.to_list or error()
 
 
 return function()