Skip to content

Commit

Permalink
fix : this.saveOutput(blueprintUuid); 주석 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
nookcoder committed Nov 19, 2023
1 parent c52124e commit edf63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit edf63dd

Please sign in to comment.