From 9d09adf286c674911f349e181e685755214a97e0 Mon Sep 17 00:00:00 2001 From: GrayStrider <43771776+GrayStrider@users.noreply.github.com> Date: Sun, 1 Mar 2020 01:22:16 +1100 Subject: [PATCH] Remove unused import --- sample/13-mongo-typeorm/src/app.module.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sample/13-mongo-typeorm/src/app.module.ts b/sample/13-mongo-typeorm/src/app.module.ts index 1fbe2f9ac43..df15819d5ac 100644 --- a/sample/13-mongo-typeorm/src/app.module.ts +++ b/sample/13-mongo-typeorm/src/app.module.ts @@ -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';