Commit 1a62c1b
fix: use correct syntax for initializing the token manager (#220)
This method of initializing the token manager is no longer supported, as its not consistent with all of the other services in the Node SDK. This update will ensure that that Line 35 does not break the code.1 parent 2c132bc commit 1a62c1b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments