Skip to content

Commit

Permalink
BAU bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VladGavrilet committed Nov 14, 2023
1 parent 5c78212 commit 3209477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/contact-us/contact-us-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ export function contactUsQuestionsFormPostToZendesk(
ticketIdentifier: ticketIdentifier,
userAgent: req.get("User-Agent"),
appErrorCode: getAppErrorCode(req.body.appErrorCode),
country: req.body.country,
},
feedbackContact: req.body.contact === "true",
questions: questions,
Expand Down

0 comments on commit 3209477

Please sign in to comment.