Browse Source

Clean code

docker-size
Amio 5 years ago
parent
commit
300ecea791
  1. 2
      endpoints/github.ts

2
endpoints/github.ts

@ -154,7 +154,7 @@ async function release ({ owner, repo, channel }: Args) {
return {
subject: 'release',
status: version(latest ? latest.name || latest.tag_name : null),
color: latest.prerelease === true ? 'orange' : 'blue'
color: latest.prerelease ? 'orange' : 'blue'
}
}
}

Loading…
Cancel
Save