Skip to content

Commit 42b8374

Browse files
committed
FIX mailrest
1 parent 9cb71f0 commit 42b8374

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/sdk/assets/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@
855855
"info": {
856856
"title": "@libertech-fr/mailrest",
857857
"description": "An email retrieval system with a REST API built with NestJS in NodeJS",
858-
"version": "0.0.4",
858+
"version": "0.0.5",
859859
"contact": {}
860860
},
861861
"tags": [],

src/accounts/accounts.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
BadGatewayException,
33
BadRequestException,
4-
ConflictException,
54
Injectable,
65
InternalServerErrorException,
76
Logger,

0 commit comments

Comments
 (0)