Skip to content

Commit

Permalink
Remove left-over index argument
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Aug 20, 2021
1 parent 3b18c32 commit c494512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { TechnicalRuleDataFieldName } from '../../common/technical_rule_data_fie
export interface IRuleDataClient {
indexName: string;
isWriteEnabled(): boolean;
getReader(options?: { namespace?: string; indexNames?: string[] }): IRuleDataReader;
getReader(options?: { namespace?: string }): IRuleDataReader;
getWriter(options?: { namespace?: string }): IRuleDataWriter;
}

Expand Down

0 comments on commit c494512

Please sign in to comment.