Showing
1 changed file
with
0 additions
and
1 deletions
1 | 'use strict'; | 1 | 'use strict'; |
2 | 2 | ||
3 | const api = global.yoho.API; | 3 | const api = global.yoho.API; |
4 | -const logger = global.yoho.logger; | ||
5 | const utils = '../../../utils'; | 4 | const utils = '../../../utils'; |
6 | const productProcess = require(`${utils}/product-process`); | 5 | const productProcess = require(`${utils}/product-process`); |
7 | 6 |
-
Please register or login to post a comment