We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb71f0 commit 42b8374Copy full SHA for 42b8374
packages/sdk/assets/swagger.json
@@ -855,7 +855,7 @@
855
"info": {
856
"title": "@libertech-fr/mailrest",
857
"description": "An email retrieval system with a REST API built with NestJS in NodeJS",
858
- "version": "0.0.4",
+ "version": "0.0.5",
859
"contact": {}
860
},
861
"tags": [],
src/accounts/accounts.service.ts
@@ -1,7 +1,6 @@
1
import {
2
BadGatewayException,
3
BadRequestException,
4
- ConflictException,
5
Injectable,
6
InternalServerErrorException,
7
Logger,
0 commit comments