Skip to content

Commit

Permalink
chore(frontend): remove "|| null" from empty metrics sample
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Jan 6, 2025
1 parent 023b71c commit 0ed0c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/dashboard/app/api/api_calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const emptyMetrics = {
"anr_free_sessions": 0,
"delta": 0,
"nan": false
} || null,
},
"cold_launch": {
"delta": 0,
"nan": false,
Expand All @@ -347,7 +347,7 @@ export const emptyMetrics = {
"perceived_anr_free_sessions": 0,
"delta": 0,
"nan": false
} || null,
},
"perceived_crash_free_sessions": {
"perceived_crash_free_sessions": 0,
"delta": 0,
Expand Down

0 comments on commit 0ed0c25

Please sign in to comment.