Skip to content

Commit

Permalink
Merge pull request #41 from wakflo/feature/web-684-google-docs-operat…
Browse files Browse the repository at this point in the history
…ion-fix

fix: append text to document operation
  • Loading branch information
raff-wakflo authored Aug 30, 2024
2 parents 8e69236 + bcf919b commit 6662404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

type appendTextToDocumentOperationProps struct {
DocumentID string `JSON:"id"`
Text string `JSON:"text"`
DocumentID string `json:"id"`
Text string `json:"text"`
}

type AppendTextToDocumentOperation struct {
Expand Down
1 change: 0 additions & 1 deletion internal/connectors/googlemail/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func NewConnector() (*sdk.ConnectorPlugin, error) {
NewGetMailByIDOperation(),
NewSendMailOperation(),
NewGetThreadOperation(),
NewSendTemplateMailOperation(),
NewListMailsOperation(),
},
})
Expand Down

0 comments on commit 6662404

Please sign in to comment.