Skip to content

Commit 7c22cda

Browse files
kathaylthomasgauvin
authored andcommitted
Update puppeteer.mdx (#24180)
fix code example
1 parent fc938d8 commit 7c22cda

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/content/docs/browser-rendering/platform/puppeteer.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ You should also be able to access this information in the dashboard, albeit with
115115

116116
```json
117117
{
118-
"activeSessions": [
119-
"478f4d7d-e943-40f6-a414-837d3736a1dc",
120-
"565e05fb-4d2a-402b-869b-5b65b1381db7"
121-
],
122-
"allowedBrowserAcquisitions": 1,
123-
"maxConcurrentSessions": 2,
124-
"timeUntilNextAllowedBrowserAcquisition": 0
118+
"activeSessions": [
119+
{ "id": "478f4d7d-e943-40f6-a414-837d3736a1dc" },
120+
{ "id": "565e05fb-4d2a-402b-869b-5b65b1381db7" }
121+
],
122+
"allowedBrowserAcquisitions": 1,
123+
"maxConcurrentSessions": 2,
124+
"timeUntilNextAllowedBrowserAcquisition": 0
125125
}
126126
```
127127

0 commit comments

Comments
 (0)