This commit is contained in:
Son NK 2020-08-26 11:45:24 +02:00
parent f213469e9f
commit 4101142253
1 changed files with 1 additions and 1 deletions

View File

@ -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
)
)
)