Commit 303ba3d9e16bc727c385ee0404cf5ed450c6241d
1 parent
91e2cd9769
Exists in
master
Exporting decrement
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
index.js
... | ... | @@ -5,4 +5,8 @@ const config = require('komodo-sdk/config'); |
5 | 5 | |
6 | 6 | logger.info(`${MODULE_NAME}: Intializing`, { handlerName: config.handler_name }); |
7 | 7 | |
8 | +const redisUtil = require('./lib/redis-util'); | |
9 | + | |
8 | 10 | require('./lib/control-panel'); |
11 | + | |
12 | +exports.decrement = redisUtil.decrement; |