Skip to content

Commit

Permalink
fix missed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Jan 18, 2020
1 parent 7b84bcb commit 1f88860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const updatePrepackagedRules = async (
alertsClient: AlertsClient,
actionsClient: ActionsClient,
savedObjectsClient: SavedObjectsClientContract,
rules: RuleAlertParamsRest[],
rules: PrepackagedRules[],
outputIndex: string
): Promise<void> => {
await rules.forEach(async rule => {
Expand Down

0 comments on commit 1f88860

Please sign in to comment.