Skip to content

Commit

Permalink
Update x-pack/plugins/apm/server/routes/mobile/get_mobile_average_lau…
Browse files Browse the repository at this point in the history
…nch_time.ts

Co-authored-by: Katerina <kate@kpatticha.com>
  • Loading branch information
LikeTheSalad and kpatticha committed Nov 8, 2023
1 parent 5c265f0 commit 3875fb2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ async function getAvgLaunchTimeTimeseries({
});

const aggs = {
launchTime: {
launchTimeAvg: {
avg: { field: APP_LAUNCH_TIME },
},
};
Expand Down

0 comments on commit 3875fb2

Please sign in to comment.