Skip to content

Commit

Permalink
Update farcaster.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Sep 16, 2024
1 parent ca58883 commit 40b974d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/common/helpers/farcaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ type PublishReactionParams = {
reaction: {
type: 'like' | 'recast';
target:
| CastId
| {
url: string;
};
| CastId
| {
url: string;
};
};
};

Expand All @@ -52,10 +52,10 @@ type RemoveReactionParams = {
reaction: {
type: 'like' | 'recast';
target:
| CastId
| {
url: string;
};
| CastId
| {
url: string;
};
};
};

Expand Down Expand Up @@ -444,4 +444,4 @@ export const getSignatureForUsernameProof = async (
return signature;
};

export const updateBio = async () => { };
export const updateBio = async () => {};

0 comments on commit 40b974d

Please sign in to comment.