mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-06 09:16:24 +08:00
Fix code-never-reached situation (#434)
This commit is contained in:
committed by
Victor Vrantchan
parent
8bdc5e3ffe
commit
2696fee2e7
@@ -81,8 +81,8 @@ func (w *Worker) updateUserFromTokenUpdate(ctx context.Context, message []byte)
|
||||
ev.Command.UDID,
|
||||
ev.Command.UserID,
|
||||
)
|
||||
usr.UUID = uuid.NewV4().String()
|
||||
}
|
||||
usr.UUID = uuid.NewV4().String()
|
||||
}
|
||||
|
||||
usr.UDID = ev.Command.UDID
|
||||
|
||||
Reference in New Issue
Block a user