fixed type of auction for next rounds

This commit is contained in:
olegphenomenon 2022-06-21 14:24:42 +03:00
parent 49279670ee
commit 31b5abd87e

View file

@ -85,6 +85,7 @@ class Auction < ApplicationRecord
def restart
new_auction = self.class.new(domain: domain)
new_auction.platform = self.platform
new_auction.start
end