Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson Souza Matias authored and Janderson Souza Matias committed Jan 15, 2024
1 parent 1d0ef7e commit e0fb480
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/auth/service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import config from "../../../config";
import { constants } from "http2";
import jwt from "jsonwebtoken";
import UnauthorizedException from "../../helpers/errors/unauthorized-exception";
import InternalServerError from "../../helpers/errors/internal-server-error";
import { User } from "../../user/entity/user.entity";
import dataSource from "../../../database/config/ormconfig";
import { LogsService } from "../../logs/service";
import { Coach } from "../../coach/entity/coach.entity";
import sgMail from "@sendgrid/mail";
import { OTP_EMAIL } from "./template-email";
import { Otp } from "../entity/otp.entity";
import { LessThan, MoreThan } from "typeorm";
import { MoreThan } from "typeorm";

const { HTTP_STATUS_INTERNAL_SERVER_ERROR, HTTP_STATUS_UNAUTHORIZED } =
constants;
Expand Down

0 comments on commit e0fb480

Please sign in to comment.