Skip to content

Commit

Permalink
Merge pull request #220 from pear-matchmaking/feature/bgu/age-filters
Browse files Browse the repository at this point in the history
widen age a maximum of 2 years
  • Loading branch information
gubsheep authored Jul 17, 2019
2 parents b63841e + 5da1bf9 commit ea7350c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const addCardsToCache = async ({ user, discoveryQueue, nCardsToAdd }) =>
let cardsToPush = [];
for (const ignoreSkipList of [false, true]) {
for (const includeLocation of [true, false]) {
for (const widerAge of [0, 3, 5, 10]) {
for (const widerAge of [0, 2]) {
for (const seededOnly of [true, false]) {
let seededOnlyFinal = seededOnly;
if (discoveryQueue.decidedDiscoveryItems
Expand Down

0 comments on commit ea7350c

Please sign in to comment.