Skip to content

Commit

Permalink
Add status:overrideMissingValue
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Mar 28, 2020
1 parent 3fc1720 commit 926fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/participants.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const calculateFinalizeMaps = (participants, overrideMissingValue) => {
}

participants.splice(i, 0, {
overrideMissingValue,
status: overrideMissingValue,
index: i + 1,
user: {
address: '0x0000000000000000000000000000000000000000'
Expand Down

0 comments on commit 926fbee

Please sign in to comment.