mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
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:
parent
a98346e2ce
commit
2c2d1e93cc
@ -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 = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user