Fix code-never-reached situation (#434)

This commit is contained in:
Jesse Peterson
2018-06-13 18:44:37 -07:00
committed by Victor Vrantchan
parent 8bdc5e3ffe
commit 2696fee2e7

View File

@@ -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