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: remove linha vazia
master
Henrique-Sousa
3 weeks ago
parent
9591920cc6
commit
1ee23a168d
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
server/services/pacientes/get.js
+ 0
- 1
server/services/pacientes/get.js
View File
@ -13,7 +13,6 @@ const dbPacientes = _db.query(`
`
%
${
cpf
}
%
`
)
;
const
lista
=
_val
.
list
(
)
;
for
(
const
dbPaciente
of
dbPacientes
)
{
Write
Preview
Loading…
Cancel
Save