Formatting
This commit is contained in:
parent
a35e6d0a9f
commit
af75d6cfec
@ -1,5 +1,5 @@
|
|||||||
import { Entity, Column, ManyToOne, OneToMany } from "typeorm";
|
import { Entity, Column, ManyToOne, OneToMany } from "typeorm";
|
||||||
import { IsOptional,} from "class-validator";
|
import { IsOptional, } from "class-validator";
|
||||||
import { RunnerGroup } from "./RunnerGroup";
|
import { RunnerGroup } from "./RunnerGroup";
|
||||||
import { Address } from "./Address";
|
import { Address } from "./Address";
|
||||||
import { RunnerTeam } from "./RunnerTeam";
|
import { RunnerTeam } from "./RunnerTeam";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user