Skip to content

Commit 6b92c1d

Browse files
committed
linting
1 parent 9c5668a commit 6b92c1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/price_pusher/src/solana/solana.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ export class SolanaPricePusher implements IPricePusher {
102102

103103
async updatePriceFeed(
104104
priceIds: string[],
105-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
106-
_pubTimesToPush: number[]
105+
_: number[]
107106
): Promise<void> {
108107
if (priceIds.length === 0) {
109108
return;
@@ -195,7 +194,7 @@ export class SolanaPricePusherJito implements IPricePusher {
195194

196195
async updatePriceFeed(
197196
priceIds: string[],
198-
_pubTimesToPush: number[]
197+
_: number[]
199198
): Promise<void> {
200199
const recentJitoTip = await this.getRecentJitoTipLamports();
201200
const jitoTip =

0 commit comments

Comments
 (0)