Skip to content

Commit

Permalink
Update packages/plugin-chainbase/src/actions/retrieveTokenBalance.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
lxcong and coderabbitai[bot] authored Jan 21, 2025
1 parent 90a443b commit 0cb981e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const retrieveTokenBalance: Action = {
} catch (error) {
elizaLogger.error("Error in retrieveTokenBalance:", error);
callback({
text: `❌ Error retrieving token balances: ${error instanceof Error ? error.message : "Unknown error"}`,
text: "❌ An error occurred while retrieving token balances. Please try again later.",
});
}
},
Expand Down

0 comments on commit 0cb981e

Please sign in to comment.