From 40b974d2f789ffe2bb0108a0072ce6378888b2af Mon Sep 17 00:00:00 2001 From: hellno Date: Mon, 16 Sep 2024 15:15:07 +0200 Subject: [PATCH] Update farcaster.ts --- src/common/helpers/farcaster.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/common/helpers/farcaster.ts b/src/common/helpers/farcaster.ts index a692421f..a9d77e61 100644 --- a/src/common/helpers/farcaster.ts +++ b/src/common/helpers/farcaster.ts @@ -39,10 +39,10 @@ type PublishReactionParams = { reaction: { type: 'like' | 'recast'; target: - | CastId - | { - url: string; - }; + | CastId + | { + url: string; + }; }; }; @@ -52,10 +52,10 @@ type RemoveReactionParams = { reaction: { type: 'like' | 'recast'; target: - | CastId - | { - url: string; - }; + | CastId + | { + url: string; + }; }; }; @@ -444,4 +444,4 @@ export const getSignatureForUsernameProof = async ( return signature; }; -export const updateBio = async () => { }; +export const updateBio = async () => {};