Skip to content

Commit

Permalink
Fixed all the errors and also the Zod schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AIFlowML committed Jan 29, 2025
1 parent ca5d7cc commit 7991b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-lens-network/src/actions/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import {
isAddress,
} from "viem";

import { z } from "zod";

export interface TransferContent extends Content {
tokenAddress: string;
recipient: string;
Expand Down

0 comments on commit 7991b61

Please sign in to comment.