mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-21 07:36:45 +00:00
fix: lint
This commit is contained in:
@@ -324,7 +324,7 @@ export class SolanaAgentKit {
|
||||
tags: string[],
|
||||
tokenMintAddress: string,
|
||||
tokenAmount: number,
|
||||
payer?: string
|
||||
payer?: string,
|
||||
): Promise<GibworkCreateTaskReponse> {
|
||||
return create_gibwork_task(
|
||||
this,
|
||||
@@ -334,7 +334,7 @@ export class SolanaAgentKit {
|
||||
tags,
|
||||
new PublicKey(tokenMintAddress),
|
||||
tokenAmount,
|
||||
payer ? new PublicKey(payer) : undefined
|
||||
payer ? new PublicKey(payer) : undefined,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user