Skip to content

Commit

Permalink
Add optional query param for n
Browse files Browse the repository at this point in the history
This is currently unused for flamechart query.
  • Loading branch information
jbcrail committed Feb 17, 2022
1 parent 70379e9 commit d757ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/profiling/server/routes/search_flamechart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function registerFlameChartSearchRoute(router: IRouter<DataRequestHandler
projectID: schema.maybe(schema.string()),
timeFrom: schema.maybe(schema.string()),
timeTo: schema.maybe(schema.string()),
n: schema.maybe(schema.number()),
}),
},
},
Expand Down

0 comments on commit d757ead

Please sign in to comment.