Skip to content

Commit

Permalink
added auction type attribute in api response
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Apr 11, 2024
1 parent dfb6bae commit b452cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ yarn-debug.log*
/public/assets/
/public/assets/builds
public/assets/builds/*
app/assets/builds/*
app/assets/builds/*
.DS_Store
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 b452cdf

Please sign in to comment.