Commit a5e89c5
committed
fix(translation): correctly display expired files in web ui when deleted
- Update DynamoDB query path in lifecycle.ts to use correct nested structure
`$.parseS3Key.Output.result.jobId.value` instead of `$.parseS3Key.jobId.value`
- Fix segmentFileName path in parseS3Key.ts to access value property correctly
`$.segmentFileName.value[0]` instead of `$.segmentFileName[0]`1 parent 13987a4 commit a5e89c5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments