Fixes configuration import not working

This commit is contained in:
Matteo Biscosi 2024-05-31 06:49:48 -04:00
parent 4bf7f1f2cc
commit dec8c48fd0
8 changed files with 14 additions and 7 deletions

View file

@ -24,6 +24,8 @@ end
-- ################################################
tprint(_POST)
local modules = import_export_rest_utils.unpack(_POST["JSON"])
if not modules or not modules["all"] then