Skip to content

Commit 41849a5

Browse files
committed
update prop type
1 parent 146894b commit 41849a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/hubspot/hubspot.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export default {
367367
},
368368
},
369369
associationType: {
370-
type: "string",
370+
type: "integer",
371371
label: "Association Type",
372372
description: "Type of the association",
373373
async options({

components/hubspot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/hubspot",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Pipedream Hubspot Components",
55
"main": "hubspot.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)