err in creating new keys leading to infinite loop.. actually fixed

This commit is contained in:
Paul Liverman III 2018-03-16 17:01:02 -07:00
parent 083bfbb427
commit 203a276cdf

View File

@ -18,5 +18,5 @@ class Keys extends Model
while true while true
values.uuid = uuid! values.uuid = uuid!
unless Keys\find uuid: values.uuid unless Keys\find uuid: values.uuid
continue break
super values, opts super values, opts