Commit bc3c8ee446f8349951f7313165e29dd82c8fd8ae
1 parent
ad2d5e4d92
Exists in
master
require moment
Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff
lib/partner.js
... | ... | @@ -6,6 +6,7 @@ const fs = require('fs'); |
6 | 6 | const url = require('url'); |
7 | 7 | const https = require('https'); |
8 | 8 | const xmlrpc = require('xmlrpc'); |
9 | +const moment = require('moment'); | |
9 | 10 | |
10 | 11 | const config = require('komodo-sdk/config'); |
11 | 12 | const logger = require('komodo-sdk/logger'); |