mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 10:46:17 +00:00
Fixed typo
This commit is contained in:
@ -8,4 +8,4 @@ import { ProjectEntity } from './entities';
|
|||||||
controllers: [],
|
controllers: [],
|
||||||
imports: [TypeOrmModule.forFeature([ProjectEntity])],
|
imports: [TypeOrmModule.forFeature([ProjectEntity])],
|
||||||
})
|
})
|
||||||
export class ProjectEntityModule {}
|
export class ProjectRepositoryModule {}
|
||||||
|
Reference in New Issue
Block a user