Skip to content

Instantly share code, notes, and snippets.

@12
Created March 7, 2019 12:36
Show Gist options
  • Save 12/aafc1a4f0de4d6409d864d5fd1df9b22 to your computer and use it in GitHub Desktop.
Save 12/aafc1a4f0de4d6409d864d5fd1df9b22 to your computer and use it in GitHub Desktop.
lines.map(({
name,
modified,
lineStatuses: [
{
statusSeverity,
statusSeverityDescription,
reason
}
]
}) => {
console.log(`${name} / ${statusSeverity} /`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment