File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import frontApp from "../../frontapp.app.mjs" ;
1+ import frontapp from "../../frontapp.app.mjs" ;
22
33export default {
44 key : "frontapp-get-conversation" ,
55 name : "Get Conversation" ,
66 description : "Retrieve a conversation by its ID from Front. [See the documentation](https://dev.frontapp.com/reference/get-conversation-by-id)" ,
7- version : "0.0.1 " ,
7+ version : "0.0.2 " ,
88 type : "action" ,
99 props : {
10- frontApp ,
10+ frontapp ,
1111 conversationId : {
1212 propDefinition : [
13- frontApp ,
13+ frontapp ,
1414 "conversationId" ,
1515 ] ,
1616 } ,
@@ -23,7 +23,7 @@ export default {
2323 } ,
2424 } ,
2525 async run ( { $ } ) {
26- const conversation = await this . frontApp . getConversation ( {
26+ const conversation = await this . frontapp . getConversation ( {
2727 $,
2828 conversationId : this . conversationId ,
2929 } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/frontapp" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Pipedream Frontapp Components" ,
55 "main" : " frontapp.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments