Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jan 7, 2021
1 parent 18f1be5 commit 2a48b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ const props = {
alert: {
_id: 'alert-id-1',
_index: 'alert-index-1',
'@timestamp': '2021-01-07T13:58:31.487Z',
rule: {
id: 'rule-id-1',
name: 'Awesome rule',
from: '2021-01-07T13:58:31.487Z',
to: '2021-01-07T14:58:31.487Z',
},
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ const props = {
alert: {
_id: 'alert-id',
_index: 'alert-index',
'@timestamp': '2021-01-07T13:58:31.487Z',
rule: {
id: 'rule-id',
name: 'Awesome Rule',
from: '2021-01-07T13:58:31.487Z',
to: '2021-01-07T14:58:31.487Z',
},
},
};
Expand Down

0 comments on commit 2a48b78

Please sign in to comment.