Skip to content

Commit

Permalink
Merge pull request #4188 from GrayStrider/patch-1
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
kamilmysliwiec committed Mar 2, 2020
2 parents a9f8c7d + 9d09adf commit 531dc9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample/13-mongo-typeorm/src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { join } from 'path';
import { PhotoModule } from './photo/photo.module';
import { Photo } from './photo/photo.entity';

Expand Down

0 comments on commit 531dc9f

Please sign in to comment.