Merge for alpha 0.0.6 #61

Merged
niggl merged 39 commits from dev into main 2020-12-30 17:58:27 +00:00
Showing only changes of commit ce55dce011 - Show all commits

View File

@ -5,7 +5,7 @@ import { Column, Entity, PrimaryGeneratedColumn } from "typeorm";
* StatsClients can be used to access the protected parts of the stats api (top runners, donators and so on). * StatsClients can be used to access the protected parts of the stats api (top runners, donators and so on).
*/ */
@Entity() @Entity()
export abstract class StatsClient { export class StatsClient {
/** /**
* Autogenerated unique id (primary key). * Autogenerated unique id (primary key).
*/ */