Skip to content

Commit 066fbb4

Browse files
authored
Merge pull request #171 from phasehq/feat--node-sdk-remove-init
feat: remove init from node sdk docs
2 parents e4d374e + 97ea94c commit 066fbb4

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
@@ -72,8 +72,6 @@ Initialize the SDK with your `token`
7272
const token = 'pss_service...' // or process.env.PHASE_TOKEN
7373

7474
const phase = new Phase(token)
75-
76-
await phase.init()
7775
```
7876

7977
<Note>
@@ -84,8 +82,6 @@ const token = 'pss_service...' // or process.env.PHASE_TOKEN
8482
const host = 'https://console.phase.dev' // default
8583

8684
const phase = new Phase(token, host)
87-
88-
await phase.init()
8985
```
9086
</Note>
9187

0 commit comments

Comments
 (0)