feature/56-stats_endpoint #60

Merged
niggl merged 37 commits from feature/56-stats_endpoint into dev 2020-12-30 16:49:21 +00:00
Showing only changes of commit e3ea83bb47 - Show all commits

View File

@ -22,7 +22,7 @@ export class CreateStatsClient {
/** /**
* Converts this to a StatsClient entity. * Converts this to a StatsClient entity.
*/ */
public async toStatsClient(): Promise<StatsClient> { public toStatsClient(): StatsClient {
let newClient: StatsClient = new StatsClient(); let newClient: StatsClient = new StatsClient();
newClient.description = this.description; newClient.description = this.description;