err in creating new keys leading to infinite loop.. actually fixed
This commit is contained in:
parent
083bfbb427
commit
203a276cdf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user