Bit hamfisted but updates old records
This commit is contained in:
@@ -1598,7 +1598,7 @@ class ConversionService:
|
||||
current_regular = bool(guest.is_regular)
|
||||
current_awareness = bool(guest.is_awareness_guest)
|
||||
|
||||
if current_regular == is_regular and current_awareness == is_awareness:
|
||||
if current_regular == is_regular and current_awareness == is_awareness and guest.is_regular is not None and guest.is_awareness_guest is not None:
|
||||
if is_regular:
|
||||
stats["regular"] += 1
|
||||
if is_awareness:
|
||||
|
||||
Reference in New Issue
Block a user