Skip to content

Commit

Permalink
Update mongo.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Mar 30, 2018
1 parent 8505a7c commit 21cafac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/homepage/pages/techniques/mongo/mongo.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ import { Component } from '@nestjs/common';
import { InjectModel } from '@nestjs/mongoose';
import { Cat } from './interfaces/cat.interface';
import { CreateCatDto } from './dto/create-cat.dto';
import { CatSchema } from './schemas/cat.schema';
@Component()
export class CatsService {
Expand Down

0 comments on commit 21cafac

Please sign in to comment.