Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jan 19, 2025
1 parent a6dc69d commit 1310420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(user)/contributors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default async function ContributorsPage(props: ContributorsPageProps) {
}
const slackClient = createSlackClient(organization.slack_access_token)

const { members: slackMembers = [], ok } = await getSlackUsers({
const { members: slackMembers = [] } = await getSlackUsers({
slackClient,
})

Expand Down

0 comments on commit 1310420

Please sign in to comment.