Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed May 15, 2024
1 parent db1cd7e commit 3ad3f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (controller *Controller) NewDecomposer() decomposer.IDecomposer {
stixComparison := comparison.New()
conditionExecutor := condition.New(stixComparison, reporter)
guid := new(guid.Guid)
soarcaTime := new(soarca_time.Time)
soarcaTime := new(timeUtil.Time)
decompose := decomposer.New(actionExecutor,
playbookActionExecutor,
conditionExecutor,
Expand Down

0 comments on commit 3ad3f88

Please sign in to comment.