Skip to content

Commit 4e464f6

Browse files
committed
version, eslint
1 parent 2cc58b0 commit 4e464f6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

components/attio/actions/create-update-record/create-update-record.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "attio-create-update-record",
77
name: "Create or Update Record",
88
description: "Creates or updates a specific record such as a person or a deal. If the record already exists, it's updated. Otherwise, a new record is created. [See the documentation](https://developers.attio.com/reference/put_v2-objects-object-records)",
9-
version: "0.0.5",
9+
version: "0.0.4",
1010
type: "action",
1111
props: {
1212
attio,

components/attio/actions/get-record/get-record.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import attio from "../../attio.app.mjs";
2-
import constants from "../../common/constants.mjs";
32

43
export default {
54
key: "attio-get-record",
@@ -16,10 +15,10 @@ export default {
1615
],
1716
},
1817
recordId: {
19-
recordId: {
20-
label: "Record ID",
21-
description: "The identifier of the record to retrieve.",
22-
},
18+
recordId: {
19+
label: "Record ID",
20+
description: "The identifier of the record to retrieve.",
21+
},
2322
propDefinition: [
2423
attio,
2524
"recordId",

0 commit comments

Comments
 (0)