0
Fork 0
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:
Fabien O'Carroll 2021-02-10 10:14:29 +00:00
parent 9a142cd906
commit 4dd1423026

View file

@ -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');