Fixed copy-paste slip up

ref #11
This commit is contained in:
Nicolai Ort 2020-12-01 17:39:03 +01:00
parent 5a04e61d1c
commit 7ce8c375a2

View File

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