Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: expire expired bids #851

Merged
merged 6 commits into from
Feb 25, 2019
Merged

Feat: expire expired bids #851

merged 6 commits into from
Feb 25, 2019

Conversation

nachomazzara
Copy link
Contributor

No description provided.

Copy link
Contributor

@nicosantangelo nicosantangelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hehe

@@ -26,7 +27,7 @@ export const LISTING_SORT_BY = Object.freeze({

export const DEFAULT_DAY_INTERVAL = 31
export const MINIMUM_DAY_INTERVAL = 1
export const MAXIMUM_BID_DAY_INTERVAL = 6 * 31 // six month
export const MAXIMUM_BID_DAY_INTERVAL = 182 // six month
Copy link
Contributor

@nicosantangelo nicosantangelo Feb 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export const MAXIMUM_BID_DAY_INTERVAL = 182 // six month
export const MAXIMUM_BID_DAY_INTERVAL = 182 // six months

😛

src/Listing/Listing.js Outdated Show resolved Hide resolved
@nachomazzara nachomazzara marked this pull request as ready for review February 23, 2019 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants