Skip to content

Commit

Permalink
flip the accidental negation
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Oct 25, 2024
1 parent beba972 commit 6fa263f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const endorserList =
(config: any) => ({
ledger_id: config.id,
endorser_alias: config.endorser_alias,
is_write: !config.is_write,
is_write: config.is_write,
})
)
: [];
Expand Down

0 comments on commit 6fa263f

Please sign in to comment.