Skip to content

Commit 0b75ea6

Browse files
committed
update
1 parent e6c6652 commit 0b75ea6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • examples/slack-connect-example/pages

examples/slack-connect-example/pages/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ export default function Home() {
179179
</div>
180180
<div style={{ margin: "10px", padding: "10px" }}>
181181
<MsTeamsAuthButton
182-
graphApiClientId={
183-
process.env.NEXT_PUBLIC_GRAPH_API_CLIENT_ID!
184-
}
182+
graphApiClientId={process.env.NEXT_PUBLIC_GRAPH_API_CLIENT_ID!}
185183
redirectUrl={redirectUrl}
186184
onAuthenticationComplete={onTeamsAuthComplete}
187185
/>

0 commit comments

Comments
 (0)