mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
4155734a88
commit
c936e453a0
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
// Tease out what liur buying situation will now be (or is and was, if it's not changing)
|
||||
let primaryBuyingSituation = formData.primaryBuyingSituation === undefined ? this.req.me.buyingSituation : formData.primaryBuyingSituation;
|
||||
let primaryBuyingSituation = formData.primaryBuyingSituation === undefined ? this.req.me.primaryBuyingSituation : formData.primaryBuyingSituation;
|
||||
|
||||
// When the 'what-are-you-using-fleet-for' is completed, update this user's DB record and session to include their answer.
|
||||
if(currentStep === 'what-are-you-using-fleet-for') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue