Skip to content

Commit e2573c0

Browse files
committed
fix: eslint errors
1 parent 177be88 commit e2573c0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

feature-runner/steps/historicalData.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const writeTimestream =
113113
log: {
114114
step: { progress },
115115
},
116-
context: { historicalDataTableInfo },
117116
}: StepRunnerArgs<World>): Promise<StepRunResult> => {
118117
const match = matchGroups(
119118
Type.Object({

historicalData/historicalDataRepository.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ export const historicalDataRepository = ({
9696
timestream,
9797
historicalDataDatabaseName,
9898
historicalDataTableName,
99-
log,
100-
track,
10199
}: {
102100
timestream: TimestreamQueryClient
103101
historicalDataDatabaseName: string

0 commit comments

Comments
 (0)