mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-06-09 07:36:45 +00:00
fix: lint
This commit is contained in:
@@ -339,7 +339,10 @@ export class SolanaAgentKit {
|
||||
);
|
||||
}
|
||||
|
||||
async rockPaperScissors(amount: number, choice: "rock" | "paper" | "scissors") {
|
||||
async rockPaperScissors(
|
||||
amount: number,
|
||||
choice: "rock" | "paper" | "scissors",
|
||||
) {
|
||||
return rock_paper_scissor(this, amount, choice);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user