Fixed wrong require path in webhook-permissions

no issue

- the require path to the logging module was wrong
- because of ac2578b419
This commit is contained in:
kirrg001 2017-12-12 15:23:07 +01:00
parent a98346e2ce
commit 2c2d1e93cc

View File

@ -1,7 +1,7 @@
var _ = require('lodash'),
utils = require('../../../schema/fixtures/utils'),
permissions = require('../../../../permissions'),
logging = require('../../../../logging'),
logging = require('../../../../lib/common/logging'),
resource = 'webhook',
_private = {};