Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott authored Jul 22, 2024
1 parent 9bb33d1 commit e05f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

async function getGithubClient() {
async function getGithubClient () {
const { Octokit } = await import('@octokit/rest')

const githubClient = new Octokit({
Expand Down

0 comments on commit e05f4f5

Please sign in to comment.