Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 15, 2025
1 parent ad0c456 commit 63f40fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tuktuk-sdk/src/tuktuk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ pub mod cron {
Ok(cron_job_keys)
}

#[allow(clippy::too_many_arguments)]
pub fn create_ix(
payer: Pubkey,
authority: Pubkey,
Expand Down Expand Up @@ -607,11 +608,11 @@ pub mod task {
.await?
.ok_or_else(|| Error::AccountNotFound)?;

Ok(self::dequeue_ix(
self::dequeue_ix(
task_queue_key,
task_queue.queue_authority,
task.rent_refund,
index,
)?)
)
}
}

0 comments on commit 63f40fc

Please sign in to comment.