Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
fix ts compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Petrovich committed Aug 3, 2020
1 parent 73c7f91 commit 1cee886
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server/src/Utils/Interfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
Application,
Router as RouteExpress,
Request as RequestExpress,
Response,
NextFunction,
} from 'express';
import { Application, Router as RouteExpress, Request as RequestExpress, Response } from 'express';

import nodemailer, { SendMailOptions, Transporter, SentMessageInfo } from 'nodemailer';
import { files } from 'dropbox';
Expand Down

0 comments on commit 1cee886

Please sign in to comment.