Skip to content

Commit 91430ef

Browse files
committed
fix: lint
1 parent 50bc0ce commit 91430ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/accounts/webSocketDriftClientAccountSubscriberV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class WebSocketDriftClientAccountSubscriberV2
284284
* @param marketIndex The spot market index to add (unused)
285285
* @returns Promise that resolves to true
286286
*/
287-
public addSpotMarket(marketIndex: number): Promise<boolean> {
287+
public addSpotMarket(_marketIndex: number): Promise<boolean> {
288288
return Promise.resolve(true);
289289
}
290290

0 commit comments

Comments
 (0)