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