Skip to content

Commit 664851f

Browse files
committed
update
1 parent 62f732f commit 664851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/attio/sources/object-attribute-updated-instant/object-attribute-updated-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
return {
2020
id: `${attribute.id.attribute_id}-${ts}`,
2121
summary: `New Object Attribute with ID: ${attribute.id.attribute_id}`,
22-
ts: Date.now(),
22+
ts,
2323
};
2424
},
2525
},

0 commit comments

Comments
 (0)