mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Added missing semicolon
no-issue
This commit is contained in:
parent
9a142cd906
commit
4dd1423026
@ -24,7 +24,7 @@ const MemberSubscribeEvent = ghostBookshelf.Model.extend({
|
|||||||
return options.concat('aggregateSubscriptionDeltas');
|
return options.concat('aggregateSubscriptionDeltas');
|
||||||
}
|
}
|
||||||
|
|
||||||
return options
|
return options;
|
||||||
},
|
},
|
||||||
async edit() {
|
async edit() {
|
||||||
throw new errors.IncorrectUsageError('Cannot edit MemberSubscribeEvent');
|
throw new errors.IncorrectUsageError('Cannot edit MemberSubscribeEvent');
|
||||||
|
Loading…
Reference in New Issue
Block a user