Skip to content

Commit

Permalink
fix: reactor code (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
djejaquino authored Feb 8, 2023
1 parent 770dc76 commit 75fc24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/process/analyze-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = async function (req) {
const averageAge = ages.reduce((a, b) => a + b) / ages.length;

return {
raw {
raw: {
averageAge
}
};
Expand Down Expand Up @@ -236,4 +236,4 @@ when [creating your Reactor](/docs/api/reactors#create-reactor). This can enable
## Learn More

- [Search Tokens](/docs/concepts/what-is-search)
- [Collect and process cards](/docs/blueprints/cards/collect-and-process-cards)
- [Collect and process cards](/docs/blueprints/cards/collect-and-process-cards)

1 comment on commit 75fc24c

@vercel
Copy link

@vercel vercel bot commented on 75fc24c Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.