Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Jul 14, 2021
1 parent e25b32b commit a7771bd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit a7771bd

Please sign in to comment.