lint fixes

This commit is contained in:
Jackson Jessup 2022-12-01 10:33:54 -05:00
parent 9623cd8481
commit 232d630353
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import * as anchor from '@project-serum/anchor';
import { TOKEN_PROGRAM_ID } from '@solana/spl-token';
import {
AccountInfo,
AccountMeta,
Commitment,
Keypair,

View File

@ -527,7 +527,7 @@ export class QueueAccount extends Account<types.OracleQueueAccountData> {
}
if (params.historyLimit && params.historyLimit > 0) {
const [historyBufferInit, historyBuffer] =
const [historyBufferInit] =
await AggregatorHistoryBuffer.createInstructions(this.program, payer, {
aggregatorAccount,
maxSamples: params.historyLimit,