Skip to content

Instantly share code, notes, and snippets.

@lindenmelvin
Created February 6, 2020 16:20
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 lindenmelvin/52a0d9076f05fa0438174b70ca52fa5d to your computer and use it in GitHub Desktop.
Save lindenmelvin/52a0d9076f05fa0438174b70ca52fa5d to your computer and use it in GitHub Desktop.
module.exports = [
{
authorId: 1,
title: "Post 1"
},
{
authorId: 1,
title: "Post 2"
},
{
authorId: 2,
title: "Post 3"
},
{
authorId: 2,
title: "Post 4"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment