Skip to content

Commit

Permalink
🛠️ apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Nov 27, 2023
1 parent a583280 commit 7773d70
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions api-docs/paths/releases/sessions.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"schema": {
"type": "integer"
}
},
}
],
"responses": {
"200": {
Expand All @@ -178,11 +178,7 @@
"sum(session)": 1715553
},
"series": {
"sum(session)": [
683772,
677788,
353993
]
"sum(session)": [683772, 677788, 353993]
}
},
{
Expand All @@ -193,11 +189,7 @@
"sum(session)": 0
},
"series": {
"sum(session)": [
0,
0,
0
]
"sum(session)": [0, 0, 0]
}
},
{
Expand All @@ -208,11 +200,7 @@
"sum(session)": 383
},
"series": {
"sum(session)": [
33,
26,
324
]
"sum(session)": [33, 26, 324]
}
},
{
Expand All @@ -223,11 +211,7 @@
"sum(session)": 1565
},
"series": {
"sum(session)": [
163,
201,
1201
]
"sum(session)": [163, 201, 1201]
}
}
]
Expand All @@ -254,9 +238,7 @@
},
"security": [
{
"auth_token": [
"org: read"
]
"auth_token": ["org: read"]
}
]
}
Expand Down

0 comments on commit 7773d70

Please sign in to comment.