Changed the bidding round status field from "running" to "stopped".
This commit is contained in:
@ -19,7 +19,7 @@ defmodule BeetRoundServerWeb.BiddingRoundJSON do
|
||||
%{
|
||||
id: bidding_round.id,
|
||||
round_number: bidding_round.round_number,
|
||||
running: bidding_round.running
|
||||
stopped: bidding_round.stopped
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user