Merge for alpha 0.0.6 #61
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user