Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Dec 17, 2020
1 parent 65c41cd commit 2695220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export interface LegacyRequest {
logger: Logger;
getLogger: (...scopes: string[]) => Logger;
payload: {
[key: string]: string;
[key: string]: any;
};
params: {
[key: string]: string;
Expand Down

0 comments on commit 2695220

Please sign in to comment.