This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
henrique
/
clinica
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: não dá pra user object shorthand porque paciente_convenio não tem insertedData, mas sim paciente_id
master
Henrique-Sousa
2 weeks ago
parent
0e197364d3
commit
6e50123893
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
server/services/pacientes/post.js
+ 1
- 1
server/services/pacientes/post.js
View File
@ -47,7 +47,7 @@ for (const convenio_uid of convenios) {
_db
.
insertIfNotExists
(
"paciente_convenio"
,
{
insertedData
,
convenio_id
}
{
"paciente_id"
:
insertedData
,
convenio_id
}
)
;
}
Write
Preview
Loading…
Cancel
Save