Skip to content

Commit 73fda1b

Browse files
committed
fix: tsc
1 parent 6c203f5 commit 73fda1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/api/v1/matches.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ export const createHandler = (config: HttpApiConfig): express.Router => {
125125
}));
126126

127127
const calculatorOptions: CalculatorOptions = {
128-
priceProvider: config.getPriceProvider(chainId),
129-
dataProvider: config.getDataProvider(chainId),
128+
priceProvider: config.priceProvider,
129+
dataProvider: config.dataProvider,
130130
chainId: chainId,
131131
roundId: roundId,
132132
minimumAmountUSD: undefined,

0 commit comments

Comments
 (0)