Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created November 8, 2014 23:50
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/d6be8eee06b59fd4f9eb to your computer and use it in GitHub Desktop.
Save benbahrenburg/d6be8eee06b59fd4f9eb to your computer and use it in GitHub Desktop.
Note Table - 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