latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit 7ce8c375a2 - Show all commits

View File

@ -7,7 +7,7 @@ import { RunnerGroup } from "./RunnerGroup";
* Defines a runner.
*/
@Entity()
export class Track extends Participant {
export class Runner extends Participant {
/**
* The runner's associated group.
*/