This commit is contained in:
Son NK 2020-08-26 11:45:24 +02:00
parent f213469e9f
commit 4101142253

View file

@ -244,7 +244,7 @@ def get_alias_infos_with_pagination_v3(
.filter( .filter(
or_( or_(
EmailLog.created_at == sub.c.max_created_at, 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
) )
) )
) )