Skip to content

Commit 04d46f6

Browse files
committed
Added actions
1 parent 77d0982 commit 04d46f6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

components/apollo_io/actions/update-contact/update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Update Contact",
77
description: "Updates an existing contact in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#update-a-contact)",
88
type: "action",
9-
version: "0.0.{{ts}}",
9+
version: "0.0.5",
1010
props: {
1111
app,
1212
contactId: {

components/apollo_io/apollo_io.app.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export default {
177177
optional: true,
178178
async options() {
179179
const response = await this.listLabels();
180-
console.log(response);
181180
return response.map(({ name }) => name) || [];
182181
},
183182
},

pnpm-lock.yaml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)