Still broken distance, we'll fix this together

ref #13
This commit is contained in:
2020-12-04 19:31:20 +01:00
parent 8beb658bcc
commit c30922e325
2 changed files with 23 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import { Entity, Column, ManyToOne, ChildEntity } from "typeorm";
import { IsInt, IsNotEmpty, IsPositive, } from "class-validator";
import { IsInt, IsNotEmpty, IsPositive } from "class-validator";
import { ChildEntity, Column, ManyToOne } from "typeorm";
import { Donation } from "./Donation";
import { Runner } from "./Runner";