Fix linting
All checks were successful
Test / build (push) Successful in 8s

This commit is contained in:
Ethan Lane 2024-10-18 19:28:18 +01:00
parent 438884b270
commit eb09754e2e

View file

@ -5,7 +5,7 @@ export default class OutputHelper {
public static GenerateOutput(response: IReturnResult, options: ICliOptions): string {
const result = response.Result!;
let outputObject: any = {};
let outputObject = {};
outputObject = { ...result };