Skip to content

Commit

Permalink
Added missing
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Feb 14, 2020
1 parent 7ab65e3 commit 3548d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/siem/server/services/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface Clients {
savedObjectsClient: SavedObjectsClientContract;
}

export type GetScopedClients = (request: LegacyRequest) => Promise<Clients & LegacyClients>;
export type GetScopedClients = (request: LegacyRequest) => Promise<Clients>;

export class ClientsService {
private actions?: StartPlugins['actions'];
Expand Down

0 comments on commit 3548d61

Please sign in to comment.