Skip to content

Commit 03b3933

Browse files
remove deduping for modified records (#15912)
1 parent dbc0abf commit 03b3933

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/airtable_oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/airtable_oauth",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Pipedream Airtable (OAuth) Components",
55
"main": "airtable_oauth.app.mjs",
66
"keywords": [

components/airtable_oauth/sources/new-or-modified-records-in-view/new-or-modified-records-in-view.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ export default {
66
name: "New or Modified Records in View",
77
description: "Emit new event for each new or modified record in a view",
88
key: "airtable_oauth-new-or-modified-records-in-view",
9-
version: "0.0.8",
9+
version: "0.0.9",
1010
type: "source",
11-
dedupe: "unique",
1211
props: {
1312
...base.props,
1413
tableId: {

0 commit comments

Comments
 (0)