Skip to content

Commit

Permalink
Merge pull request #57 from uniquelyparticular/fix/timestamp
Browse files Browse the repository at this point in the history
chore: removed created_at fixed event timestamp
  • Loading branch information
agrohs authored Jul 8, 2019
2 parents 8e4ea29 + ebd5998 commit a903c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ module.exports = cors(async (req, res) => {
source: 'moltin',
type: `${observable}-${trigger}`,
description: _toCamelcase(`${observable} ${trigger}`),
created_at: updated_at,
properties: {
'Customer Name': customer_name,
'Order ID': observable_id,
Expand Down

1 comment on commit a903c98

@vercel
Copy link

@vercel vercel bot commented on a903c98 Jul 8, 2019

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.