Skip to content

Commit a9e8427

Browse files
committed
fix: response error on fetch invitation
1 parent a91ecdd commit a9e8427

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/app/web/users/page.mdx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -537,15 +537,13 @@ Simple authentication is the default and fallback in Drop. It relies on a simple
537537
</CodeGroup>
538538

539539
```json {{ title: 'Response' }}
540-
[
541-
{
542-
"id": "418d2c3f-8029-409e-b47c-0c3b158be3e1",
543-
"isAdmin": true,
544-
"username": "testusername",
545-
"email": "[email protected]",
546-
"expires": "2025-09-23T06:37:19.047Z"
547-
}
548-
]
540+
{
541+
"id": "418d2c3f-8029-409e-b47c-0c3b158be3e1",
542+
"isAdmin": true,
543+
"username": "testusername",
544+
"email": "[email protected]",
545+
"expires": "2025-09-23T06:37:19.047Z"
546+
}
549547
```
550548

551549
</Col>

0 commit comments

Comments
 (0)