Website: update variable name in signup.js (#34908)
Changes: - Fixed a bug in signup.js, which prevented users who were eligible for a render trial from being successfully assigned an instance.
This commit is contained in:
+1
-1
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user