mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
chore(deps): update typeorm
This commit is contained in:
parent
9900bc641d
commit
ef84800ce8
22 changed files with 232 additions and 242 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { EntityRepository, Repository } from "typeorm";
|
||||
import { Repository } from "typeorm";
|
||||
import { EntityRepository } from "../database/entity-repository";
|
||||
import { Track } from "./track.entity";
|
||||
|
||||
@EntityRepository(Track)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue