Skip to content

Commit 0cc19aa

Browse files
committed
[sc-30416] fmt
Signed-off-by: Jake Schurch <[email protected]>
1 parent 346c9a6 commit 0cc19aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/githubToSlackMapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {OctokitClient} from './github/types'
33
import {SlackClient} from './slack/SlackClient'
44
import type {Member, MemberWithProfile} from './slack/types'
55
import * as fs from 'fs'
6-
import {User as GithubUser} from '@octokit/webhooks-types'
6+
import type {User as GithubUser} from '@octokit/webhooks-types'
77

88
async function listOrgMembersWithNames(
99
octokit: OctokitClient,

0 commit comments

Comments
 (0)