We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346c9a6 commit 0cc19aaCopy full SHA for 0cc19aa
src/githubToSlackMapping.ts
@@ -3,7 +3,7 @@ import {OctokitClient} from './github/types'
3
import {SlackClient} from './slack/SlackClient'
4
import type {Member, MemberWithProfile} from './slack/types'
5
import * as fs from 'fs'
6
-import {User as GithubUser} from '@octokit/webhooks-types'
+import type {User as GithubUser} from '@octokit/webhooks-types'
7
8
async function listOrgMembersWithNames(
9
octokit: OctokitClient,
0 commit comments