0
Fork 0
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:
Daniel Lockyer 2022-04-25 18:16:10 +01:00
parent a48d8427f4
commit dcaeb67740
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -86,5 +86,5 @@ module.exports = {
download: serializeData,
upload: serializeData,
validateMembersEmailUpdate: passthrough,
validateMembersEmailUpdate: passthrough
};