Skip to content

Commit

Permalink
fix ts-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 28, 2020
1 parent 1922dc6 commit 31d9bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/maps/public/layers/fields/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class AbstractField implements IField {
return null;
}

async getCategoricalFieldMetaRequest(): Promise<unknown> {
async getCategoricalFieldMetaRequest(size: number): Promise<unknown> {
return null;
}
}

0 comments on commit 31d9bf5

Please sign in to comment.