Skip to content

Commit

Permalink
Update the default dynamic cloumn type (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdatasourav authored Feb 26, 2024
1 parent 2a6de09 commit f92e9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubspot/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ func setDynamicColumnTypes(property properties.Property, column *plugin.Column)
case "enumeration":
column.Type = proto.ColumnType_STRING
default:
column.Type = proto.ColumnType_JSON
column.Type = proto.ColumnType_STRING
}
}

0 comments on commit f92e9df

Please sign in to comment.