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 21, 2024
1 parent a4962ed commit 8de29af
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 8de29af

Please sign in to comment.