File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export default {
55 ...clio ,
66 type : "app" ,
77 app : "clio_australia" ,
8- propDefinitions : { } ,
98 methods : {
109 ...clio . methods ,
1110 getUrl ( path ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export default {
55 ...clio ,
66 type : "app" ,
77 app : "clio_canada" ,
8- propDefinitions : { } ,
98 methods : {
109 ...clio . methods ,
1110 getUrl ( path ) {
Original file line number Diff line number Diff line change 1+ import clio from "@pipedream/clio" ;
2+ import constants from "@pipedream/clio/common/constants.mjs" ;
3+
14export default {
5+ ...clio ,
26 type : "app" ,
37 app : "clio_eu" ,
4- propDefinitions : { } ,
58 methods : {
6- // this.$auth contains connected account data
7- authKeys ( ) {
8- console . log ( Object . keys ( this . $auth ) ) ;
9+ ... clio . methods ,
10+ getUrl ( path ) {
11+ return `https://eu.app.clio.com ${ constants . VERSION_PATH } ${ path } ` ;
912 } ,
1013 } ,
1114} ;
You can’t perform that action at this time.
0 commit comments