This commit is contained in:
parent
438884b270
commit
eb09754e2e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default class OutputHelper {
|
||||||
public static GenerateOutput(response: IReturnResult, options: ICliOptions): string {
|
public static GenerateOutput(response: IReturnResult, options: ICliOptions): string {
|
||||||
const result = response.Result!;
|
const result = response.Result!;
|
||||||
|
|
||||||
let outputObject: any = {};
|
let outputObject = {};
|
||||||
|
|
||||||
outputObject = { ...result };
|
outputObject = { ...result };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue