File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
actions/update-datasource Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ export default {
4444 refresh_interval : parseInt ( this . refreshInterval , 10 ) ,
4545 } ,
4646 } ) ;
47+
4748 $ . export ( "$summary" , `Successfully updated Datasource named '${ this . name } '` ) ;
49+
4850 return response ;
4951 } ,
5052} ;
Original file line number Diff line number Diff line change 1- export default {
2- DATASOURCE_CONNECTORS : [
1+ export default {
2+ DATASOURCE_CONNECTORS : [
33 "box" ,
44 "comscore" ,
55 "db" ,
@@ -22,9 +22,9 @@ export default {
2222 "survey_monkey" ,
2323 "versature" ,
2424 "xero" ,
25- "xmla" ,
26- ] ,
27- REFRESH_INTERVALS : [
25+ "xmla" ,
26+ ] ,
27+ REFRESH_INTERVALS : [
2828 "0" ,
2929 "60" ,
3030 "300" ,
@@ -35,6 +35,6 @@ export default {
3535 "10800" ,
3636 "14400" ,
3737 "43200" ,
38- "86400" ,
39- ] ,
38+ "86400" ,
39+ ] ,
4040} ;
You can’t perform that action at this time.
0 commit comments