Skip to content

Commit

Permalink
Update deprecation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Dec 18, 2020
1 parent ad1d6a3 commit f75c273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type ActionTypeParams = Record<string, unknown>;

export interface Services {
/**
* @deprecated use `scopedClusterClient`
* @deprecated Use `scopedClusterClient` instead.
*/
callCluster: ILegacyScopedClusterClient['callAsCurrentUser'];
savedObjectsClient: SavedObjectsClientContract;
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/alerts/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ declare module 'src/core/server' {

export interface Services {
/**
* @deprecated use `scopedClusterClient`
* @deprecated Use `scopedClusterClient` instead.
*/
callCluster: ILegacyScopedClusterClient['callAsCurrentUser'];
savedObjectsClient: SavedObjectsClientContract;
Expand Down

0 comments on commit f75c273

Please sign in to comment.