Skip to content

Commit c4c0922

Browse files
committed
Added actions
1 parent b356a1b commit c4c0922

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

components/klipfolio/actions/update-datasource/update-datasource.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

components/klipfolio/common/constants.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
};

0 commit comments

Comments
 (0)