Skip to content

Commit

Permalink
Merge branch 'master' into webpush-offer-nil-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon authored Apr 17, 2024
2 parents 33b3653 + fab50df commit 169cb79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
11.04.2024
* Added auction type to auctions api output https://github.com/internetee/auction_center/issues/1238

12.03.2024
* Removed captcha check from phone confirmation process https://github.com/internetee/auction_center/pull/1230

Expand Down
1 change: 1 addition & 0 deletions app/views/auctions/index.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ json.array! @auctions_list do |auction|
json.domain_name auction.domain_name
json.starts_at auction.starts_at.utc
json.ends_at auction.ends_at.utc
json.auction_type auction&.platform
json.id auction.uuid
end

0 comments on commit 169cb79

Please sign in to comment.