Refactor model entity/dto. Add exception handling.
... | ... | @@ -37,7 +37,7 @@ |
"typescript": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/testing": "^5.1.0", | ||
"@nestjs/testing": "^5.4.0", | ||
"@types/amqplib": "^0.5.8", | ||
"@types/express": "^4.16.0", | ||
"@types/jest": "^23.3.1", | ||
... | ... |
src/links/link.dto.ts
0 → 100644
src/links/link.repository.ts
0 → 100644
Please register or sign in to comment