fix: todos (#1502)

* fix: remove console log

* fix: remove todos

* fix: setup uniqueness

* fix: setup uniqueness
This commit is contained in:
Fabi
2021-03-31 11:10:06 +02:00
committed by GitHub
parent fa6fb92c7e
commit d1284082a1
11 changed files with 32 additions and 16 deletions

View File

@@ -32,8 +32,6 @@ func (wm *MachineKeyWriteModel) AppendEvents(events ...eventstore.EventReader) {
for _, event := range events {
switch e := event.(type) {
case *user.MachineKeyAddedEvent:
//TODO: adlerhurst we should decide who should handle the correct event appending
// IMO in this append events we should only get events with the correct keyID
if wm.KeyID != e.KeyID {
continue
}