Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created November 8, 2014 23:56
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 benbahrenburg/551bd7779c9040a19794 to your computer and use it in GitHub Desktop.
Save benbahrenburg/551bd7779c9040a19794 to your computer and use it in GitHub Desktop.
NoteEvents - Read Script
function read(query, user, request) {
query.where({ userId: user.userId });
request.execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment