We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177be88 commit e2573c0Copy full SHA for e2573c0
feature-runner/steps/historicalData.ts
@@ -113,7 +113,6 @@ const writeTimestream =
113
log: {
114
step: { progress },
115
},
116
- context: { historicalDataTableInfo },
117
}: StepRunnerArgs<World>): Promise<StepRunResult> => {
118
const match = matchGroups(
119
Type.Object({
historicalData/historicalDataRepository.ts
@@ -96,8 +96,6 @@ export const historicalDataRepository = ({
96
timestream,
97
historicalDataDatabaseName,
98
historicalDataTableName,
99
- log,
100
- track,
101
}: {
102
timestream: TimestreamQueryClient
103
historicalDataDatabaseName: string
0 commit comments