Son NK 5 年之前
父節點
當前提交
4101142253
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/serializer.py

+ 1 - 1
app/api/serializer.py

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