Skip to content

Commit

Permalink
fix: fix CustomFormHandler LiteLDev#1502
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Apr 1, 2024
1 parent 6db2bb9 commit c5c7ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/core/form/FormHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void CustomFormHandler::handle(
return;
}

CustomFormResult result;
CustomFormResult result{std::unordered_map<std::string, CustomFormElementResult>{}};

for (size_t i = 0; i < mFormElements.size(); ++i) {
auto& element = mFormElements[i];
Expand Down

0 comments on commit c5c7ec9

Please sign in to comment.