Removed async flag, b/c this doesn't need to perform anything async
ref #56
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user