Skip to content

Commit

Permalink
[#212] fix swagger drep info example
Browse files Browse the repository at this point in the history
Signed-off-by: jankun4 <michaljankun@gmail.com>
  • Loading branch information
jankun4 committed Feb 27, 2024
1 parent a9de520 commit 692140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/backend/src/VVA/API/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ exampleDRepInfoResponse :: Text
exampleDRepInfoResponse =
"{\"isRegisteredAsDRep\": false,"
<> "\"wasRegisteredAsDRep\": true,"
<> "\"wasRegisteredAsSoleVoter\": true,"
<> "\"isRegisteredAsSoleVoter\": true,"
<> "\"wasRegisteredAsSoleVoter\": true,"
<> "\"deposit\": 2000000}"

Expand Down

0 comments on commit 692140f

Please sign in to comment.