Skip to content

Commit

Permalink
chore: Update formatting to conform to Prettier v3
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Mar 1, 2024
1 parent 016155a commit ccc5471
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/octokit-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ export async function* pull_releases(
export async function pull_latest_stable_release(
ok: InstanceType<typeof GitHub>
): Promise<NextflowRelease> {
const { data: stable_release } = await ok.rest.repos.getLatestRelease(
NEXTFLOW_REPO
)
const { data: stable_release } =
await ok.rest.repos.getLatestRelease(NEXTFLOW_REPO)

return nextflow_release(stable_release)
}

0 comments on commit ccc5471

Please sign in to comment.