Skip to content

Commit

Permalink
Fixes and missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Jan 7, 2025
1 parent a1839b7 commit 9308259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/actions_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void validate_and_add_block(auto &actions, auto id, auto &type, auto &parameters
}

actions.emplace_back(
std::move(id), action_type_from_string(type), std::move(type), std::move(parameters));
action_spec{std::move(id), action_type_from_string(type), std::move(type), std::move(parameters)});
}

void validate_and_add_redirect(auto &actions, auto id, auto &type, auto &parameters)
Expand Down

0 comments on commit 9308259

Please sign in to comment.