Skip to content

Commit c6f4bde

Browse files
committed
chore: console -> elizaLogger
1 parent bcd1a07 commit c6f4bde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/client-farcaster/src/interactions.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,8 @@ export class FarcasterInteractionManager {
138138

139139
const currentPost = formatCast(cast);
140140

141-
142141
const senderId = stringToUuid(cast.authorFid.toString());
143142

144-
145143
const { timeline } = await this.client.getTimeline({
146144
fid: agent.fid,
147145
pageSize: 10,
@@ -271,7 +269,7 @@ export class FarcasterInteractionManager {
271269
}
272270
return results.map((result) => result.memory);
273271
} catch (error) {
274-
console.error("Error sending response cast:", error);
272+
elizaLogger.error("Error sending response cast:", error);
275273
return [];
276274
}
277275
};

0 commit comments

Comments
 (0)