mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
whoops
This commit is contained in:
parent
e25b32b28b
commit
a7771bd392
1 changed files with 1 additions and 3 deletions
|
@ -49,14 +49,12 @@ export const createThreatSignals = async ({
|
|||
|
||||
let results: SearchAfterAndBulkCreateReturnType = {
|
||||
success: true,
|
||||
warning: false,
|
||||
bulkCreateTimes: [],
|
||||
searchAfterTimes: [],
|
||||
lastLookBackDate: null,
|
||||
createdSignalsCount: 0,
|
||||
createdSignals: [],
|
||||
errors: [],
|
||||
warningMessages: [],
|
||||
warnings: [],
|
||||
};
|
||||
|
||||
let threatListCount = await getThreatListCount({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue