We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146894b commit 41849a5Copy full SHA for 41849a5
components/hubspot/hubspot.app.mjs
@@ -367,7 +367,7 @@ export default {
367
},
368
369
associationType: {
370
- type: "string",
+ type: "integer",
371
label: "Association Type",
372
description: "Type of the association",
373
async options({
components/hubspot/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/hubspot",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Pipedream Hubspot Components",
5
"main": "hubspot.app.mjs",
6
"keywords": [
0 commit comments