Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jun 30, 2020
1 parent 970656d commit 99e5ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerts/server/alert_type_registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('register()', () => {

test('throws if AlertType Id isnt a string', () => {
const alertType = {
id: (123 as any) as string,
id: (123 as unknown) as string,
name: 'Test',
actionGroups: [
{
Expand Down

0 comments on commit 99e5ab0

Please sign in to comment.