Skip to content

Commit

Permalink
Merge pull request #19 from optimyze/jbcrail/flamechart-optional-quer…
Browse files Browse the repository at this point in the history
…y-param

Add optional query param to flamechart API
  • Loading branch information
rockdaboot committed Feb 21, 2022
2 parents 70379e9 + d757ead commit ac0666a
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 ac0666a

Please sign in to comment.