diff --git a/src/app.service.ts b/src/app.service.ts index 1074596..5903d85 100644 --- a/src/app.service.ts +++ b/src/app.service.ts @@ -56,7 +56,7 @@ export class AppService { }); await cost.save(); - // await this.saveOutput(blueprintUuid); + await this.saveOutput(blueprintUuid); } catch (e) { console.error('From aws service', e);