Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelillah committed Jul 5, 2022
1 parent 8f76388 commit 3fa7a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion src/fp-searches/fp-searches.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Param,
Body,
Get,
Query,
} from '@nestjs/common';
import { FileInterceptor } from '@nestjs/platform-express';
import {
Expand Down
7 changes: 1 addition & 6 deletions src/fp-searches/fp-searches.service.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/* Copyright (c) 2022 uni-verse corp */

import {
BadRequestException,
Injectable,
Logger,
NotFoundException,
} from '@nestjs/common';
import { Injectable, Logger, NotFoundException } from '@nestjs/common';
import { InjectConnection, InjectModel } from '@nestjs/mongoose';
import { FpSearch, FpSearchDocument } from './schemas/fp-search.schema';
import { Model, Connection } from 'mongoose';
Expand Down

0 comments on commit 3fa7a93

Please sign in to comment.