Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kj
/
anamnesis-backend
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
removed unwanted semicolon
master
kj1352
4 anos atrás
pai
517a6cc701
commit
1fd3110ee2
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/user-profile/profile-routes.ts
+ 1
- 1
src/user-profile/profile-routes.ts
Ver arquivo
@@ -64,7 +64,7 @@ userProfileRoutes.get('/deep-copy/', jwtAuthentication, async (request, response
});
} else {
allDeepCategories.push({
...allCategories[i]
;
...allCategories[i]
})
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar