Skip to content

Commit

Permalink
[release/3.x] Cherry pick: Fix set_service_config action (#4893) (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 26, 2023
1 parent c6b95ea commit 1e45307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/constitutions/default/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1318,10 +1318,10 @@ const actions = new Map([
function (args) {
for (var key in args) {
if (
not[
("reconfiguration_type",
![
"reconfiguration_type",
"recovery_threshold",
"recent_cose_proposals_window_size")
"recent_cose_proposals_window_size",
].includes(key)
) {
throw new Error(
Expand Down

0 comments on commit 1e45307

Please sign in to comment.