Commit 6add0bc
committed
fix: use public method instead of private operationDataMap property
- Replace storage.operationDataMap with storage.getAllOperationData()
- Fixes TypeScript compilation error about accessing private property1 parent e4cfd60 commit 6add0bc
File tree
1 file changed
+1
-1
lines changed- packages/aws-durable-execution-sdk-js-testing/src/checkpoint-server/handlers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments