Updated definition of index.log

This commit is contained in:
tripathyr 2021-05-18 11:02:41 +05:30 committed by GitHub
parent 5344d9cd5b
commit bad1fb2552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,7 @@ var _ = require('lodash');
var async = require('async');
var assert = require('assert');
var LRU = require('lru-cache');
var index = require('../../');
var log = index.log;
var log = require('../../index').log;
function TransactionService(options) {
BaseService.call(this, options);