fix: setup (#1515)

* fix: setup uniqueness

* fix: setup step done
This commit is contained in:
Fabi
2021-04-01 10:14:07 +02:00
committed by GitHub
parent d1284082a1
commit 800eeca7ba
2 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ func NewSetupStepDoneEvent(
SetupDoneEventType,
),
Step: step,
Done: true,
}
}