mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed trailing comma
This commit is contained in:
parent
a48d8427f4
commit
dcaeb67740
1 changed files with 1 additions and 1 deletions
|
@ -86,5 +86,5 @@ module.exports = {
|
|||
download: serializeData,
|
||||
upload: serializeData,
|
||||
|
||||
validateMembersEmailUpdate: passthrough,
|
||||
validateMembersEmailUpdate: passthrough
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue