Skip to content

Commit 97ea94c

Browse files
feat: remove init from node sdk docs
1 parent 778ae71 commit 97ea94c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/sdks/node.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ Initialize the SDK with your `token`
6969
const token = 'pss_service...' // or process.env.PHASE_TOKEN
7070

7171
const phase = new Phase(token)
72-
73-
await phase.init()
7472
```
7573

7674
<Note>
@@ -81,8 +79,6 @@ const token = 'pss_service...' // or process.env.PHASE_TOKEN
8179
const host = 'https://console.phase.dev' // default
8280

8381
const phase = new Phase(token, host)
84-
85-
await phase.init()
8682
```
8783
</Note>
8884

0 commit comments

Comments
 (0)