Skip to content

Instantly share code, notes, and snippets.

@alexandargyurov
Created June 8, 2020 18:32
Show Gist options
  • Select an option

  • Save alexandargyurov/5b974e568c996832abba828a7105d2a7 to your computer and use it in GitHub Desktop.

Select an option

Save alexandargyurov/5b974e568c996832abba828a7105d2a7 to your computer and use it in GitHub Desktop.
const blog = blogsTable.filter(blog => blog.slug === blogSlug).pop();
return blog.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment