Skip to content

Commit 4c43e38

Browse files
authored
fix: added missing idFieldNames to HubSpot destination (#547)
Fixes #546 This PR adds missing `idFieldNames` assignment to the `HubSpotDestionation` implementation.
1 parent a2f2030 commit 4c43e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hubspot/destination.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export class HubSpotDestination implements IDestination {
6161
failOnFirstError: this.props.errorHandling.failOnFirstError,
6262
},
6363
writeOperationType: this.props.operation.type,
64+
idFieldNames: this.props.operation.ids,
6465
},
6566
};
6667
}

0 commit comments

Comments
 (0)