mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Corrected debug in base model
no issue
This commit is contained in:
parent
7810140f15
commit
50da5d9bab
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ ghostBookshelf.Model = ghostBookshelf.Model.extend({
|
|||
return;
|
||||
}
|
||||
|
||||
debug(model.tableName, event);
|
||||
debug(model.tableName, ghostEvent);
|
||||
|
||||
// @NOTE: Internal Ghost events. These are very granular e.g. post.published
|
||||
common.events.emit(ghostEvent, model, _.omit(options, 'transacting'));
|
||||
|
|
Loading…
Add table
Reference in a new issue