Skip to content

Commit

Permalink
return only filePath (#12641)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle0927 committed Jul 2, 2024
1 parent 4ea3a9a commit 4e2a709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import path from "path";
export default {
key: "gmail_custom_oauth-download-attachment",
name: "Download Attachement",
description: "Download an attachment by attachmentId to the /tmp directory. [See the docs](https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments/get)",
version: "0.0.5",
description: "Download an attachment by attachmentId to the /tmp directory. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments/get)",
version: "0.0.6",
type: "action",
props: {
gmail,
Expand Down Expand Up @@ -45,7 +45,6 @@ export default {

return {
filePath,
...attachment,
};
},
};
2 changes: 1 addition & 1 deletion components/gmail_custom_oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/gmail_custom_oauth",
"version": "0.1.10",
"version": "0.1.11",
"description": "Pipedream Gmail (Consumer) Components",
"main": "gmail_custom_oauth.app.mjs",
"keywords": [
Expand Down

0 comments on commit 4e2a709

Please sign in to comment.