only notify automated backup failures

This commit is contained in:
Girish Ramakrishnan
2019-03-25 14:53:12 -07:00
parent 7937738258
commit 39c0409d42
5 changed files with 20 additions and 14 deletions

5
src/auditsource.js Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
exports = module.exports = {
CRON: { userId: null, username: 'cron' }
};