Skip to content

Commit

Permalink
Move mapper away from Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Janis Erdmanis committed Apr 29, 2024
1 parent b48fd14 commit 8227788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Service.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ end

uuid = UUID(uuid_hex)

proposal = Mapper.get_ballotbox_proposal(uuid)
proposal = Mapper.get_proposal(uuid)

return proposal |> json
end
Expand Down

0 comments on commit 8227788

Please sign in to comment.