mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue