Skip to content

Commit 0d45b9f

Browse files
committed
chore: prettier
1 parent c296ca1 commit 0d45b9f

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

packages/agent-webapp/mocks/get_.auth#me.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"clientPrincipal": {
33
"userId": "abc123",
4-
"userRoles": [
5-
"anonymous",
6-
"authenticated"
7-
],
4+
"userRoles": ["anonymous", "authenticated"],
85
"claims": [],
96
"identityProvider": "aad",
107
"userDetails": "John Doe"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
{
3-
"id": "123",
4-
"title": "Burger Menu"
5-
}
2+
{
3+
"id": "123",
4+
"title": "Burger Menu"
5+
}
66
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"id":"abcd1234",
3-
"createdAt":"2025-09-02T07:55:28.204Z"
2+
"id": "abcd1234",
3+
"createdAt": "2025-09-02T07:55:28.204Z"
44
}

0 commit comments

Comments
 (0)