Skip to content

Commit

Permalink
Merge pull request #120 from nginformatica/revert-119-fix/medical-rec…
Browse files Browse the repository at this point in the history
…ord-migrator

Revert "fix: exam list type"
  • Loading branch information
danielamarioti authored Sep 23, 2024
2 parents a0b4e08 + 49a71c4 commit 3f63505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ttalk/schemas/MedicalConsultation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const MedicalConsultationInfo = t.intersection([
/** Observações */
observation: t.string,
/** Lista de Exames */
examList: t.union([t.array(ExamInfo), t.null]),
examList: t.array(ExamInfo),
/** Chave única do registro */
erpId: t.string,
/** Credenciado */
Expand Down

0 comments on commit 3f63505

Please sign in to comment.