Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
832 contributions in the last year
Contribution activity
October 2020
- micalevisk/cadastro-now TypeScript
Created a pull request in jhonatasmatos/cadastro-now that received 1 comment
feat: added API delete user (by id)
Tentativa de fechar a issue #10
A ideia é retornar 204 -- sobre um DELETE /users/{user_id} -- se a operação foi realizada. E 404 { error } se o usu…
Created an issue in nestjsx/automapper that received 2 comments
Fix `@nestjs/common` peerDependency version
automapper/package.json Lines 123 to 124 in 7fa616d
I think this should be >=7.4.4 since the newest release version of @nestjs/common is …