Skip to content

Commit c5675ed

Browse files
authored
Merge pull request #6259 from Countly/ar2rsawseen-patch-43
Update api.js
2 parents 1073430 + ee51f45 commit c5675ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/dashboards/api/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ plugins.setConfigs("dashboards", {
2222

2323
(function() {
2424

25-
plugins.register("/master", function() {
25+
/*plugins.register("/master", function() {
2626
setTimeout(() => {
2727
require('../../../api/parts/jobs').job('dashboards:refreshDashboards').replace().schedule('every 5 minutes');
2828
}, 1000);
29-
});
29+
});*/
3030

3131
/**
3232
* @api {get} /o/dashboards Get dashboard

0 commit comments

Comments
 (0)