Commit 0b18180
fix(amazonq): remove requestId param aws#6524
## Problem
1) we already have logic to show the user the request ID of the last
failed API call
2) we also already have logic to show them the failure reason
3) when a job is stopped, we don't expect anything to be present in the
`reason` field
## Solution
Remove param1 parent 69aa8fd commit 0b18180
File tree
2 files changed
+2
-4
lines changed- packages/core/src
- amazonqGumby
- codewhisperer/service/transformByQ
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
690 | | - | |
691 | | - | |
| 689 | + | |
692 | 690 | | |
693 | 691 | | |
694 | 692 | | |
| |||
0 commit comments