Skip to content

Commit

Permalink
fix(date): constitution date
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hurtado committed May 15, 2024
1 parent 196ef8f commit 95b76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/app/services/company.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function update(body: UpdateCompanyBody): Promise<CompanyEntity> {
phoneNumber: body.phoneNumber ?? company.phoneNumber,
landlinePhone: body.landlinePhone ?? company.landlinePhone,
archived: body.archived,
constitutionDate: body.constitutionDate ?? company.constitutionDate,
constitutionDate: body.constitutionDate,
rfc: body.rfc ?? company.rfc,
taxResidence: body.taxResidence ?? company.taxResidence,
idCompanyDirectContact: company.idCompanyDirectContact,
Expand Down

0 comments on commit 95b76cb

Please sign in to comment.