Skip to content

Commit

Permalink
fix: set contact preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgarrye committed Dec 10, 2024
1 parent b8467c2 commit b1cc23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/services/application.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export class ApplicationService {
data: {
...dto,
confirmationCode: this.generateConfirmationCode(),
contactPreferences: [],
applicant: dto.applicant
? {
create: {
Expand Down

0 comments on commit b1cc23f

Please sign in to comment.