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
estilo: ponto e vírgula no final
master
Henrique-Sousa
3 weeks ago
parent
7233b9a9f6
commit
c5c3fefae8
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/medicos/post.js
+ 1
- 1
server/services/medicos/post.js
View File
@ -42,7 +42,7 @@ const insertedData = _db.insertIfNotExists(
_val
.
map
(
)
.
set
(
"nome"
,
nome
)
.
set
(
"c_r_m"
,
crm
)
)
)
;
const
medico_id
=
_db
.
form
(
'medico'
)
.
where
(
_db
.
where
(
'c_r_m'
)
.
equal
(
crm
)
)
Write
Preview
Loading…
Cancel
Save