Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created November 13, 2020 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/4926a389619faa4de271076ed3e4a1d3 to your computer and use it in GitHub Desktop.
Save alyssoncm/4926a389619faa4de271076ed3e4a1d3 to your computer and use it in GitHub Desktop.
Parse.Cloud.beforeSave(Parse.User, () => {
// any additional beforeSave logic here
}, {
fields: {
accType: {
default: 'viewer',
constant: true
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment