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 e3ea83bb47 - Show all commits

View File

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