diff --git a/app/api/serializer.py b/app/api/serializer.py index c22dceab..b1b00651 100644 --- a/app/api/serializer.py +++ b/app/api/serializer.py @@ -244,7 +244,7 @@ def get_alias_infos_with_pagination_v3( .filter( or_( EmailLog.created_at == sub.c.max_created_at, - sub.c.max_created_at == None, # no email log yet for this alias + sub.c.max_created_at == None, # no email log yet for this alias ) ) )