mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added missing semicolon
no-issue
This commit is contained in:
parent
9a142cd906
commit
4dd1423026
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const MemberSubscribeEvent = ghostBookshelf.Model.extend({
|
|||
return options.concat('aggregateSubscriptionDeltas');
|
||||
}
|
||||
|
||||
return options
|
||||
return options;
|
||||
},
|
||||
async edit() {
|
||||
throw new errors.IncorrectUsageError('Cannot edit MemberSubscribeEvent');
|
||||
|
|
Loading…
Reference in a new issue