# HG changeset patch # User bsw # Date 1632122547 -7200 # Node ID b155969acc6c0e33574428956af361d160c6cd08 # Parent 6f28933dbc3689d0f53dc5e1a9da8d7003dbe143 Fixed syntax error diff -r 6f28933dbc36 -r b155969acc6c app/main/index/confirm_notify_email.lua --- a/app/main/index/confirm_notify_email.lua Mon Sep 20 09:21:21 2021 +0200 +++ b/app/main/index/confirm_notify_email.lua Mon Sep 20 09:22:27 2021 +0200 @@ -45,5 +45,5 @@ end } end } - end) -end) + end } +end }