mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Refactoring the code
This commit is contained in:
parent
0bd6cc0097
commit
3a6bfe340d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { DataSource, EntitySubscriberInterface, EventSubscriber, InsertEvent } from 'typeorm';
|
||||
import { Repository } from 'typeorm';
|
||||
import { DataSource, EntitySubscriberInterface, EventSubscriber, InsertEvent, Repository } from 'typeorm';
|
||||
import { InjectRepository } from '@nestjs/typeorm';
|
||||
import { AppVersion } from 'src/entities/app_version.entity';
|
||||
import { App } from 'src/entities/app.entity';
|
||||
|
|
|
|||
Loading…
Reference in a new issue