diff --git a/website/api/controllers/entrance/signup.js b/website/api/controllers/entrance/signup.js index 6a2a5ce32b..8dd80c8eb4 100644 --- a/website/api/controllers/entrance/signup.js +++ b/website/api/controllers/entrance/signup.js @@ -177,7 +177,7 @@ the account verification message.)`, if(fleetPremiumTrialType === 'render trial') { // If this user is eligable for a Render POV, we'll let renderInstancesThatCanBeAssignedToThisUser = await RenderProofOfValue.find({ - where: {status: 'ready-for-assignment', user: null}, + where: {status: 'ready for assignment', user: null}, sort: 'createdAt DESC', limit: 1, });