Skip to content

Commit c399eff

Browse files
committed
Add a comma uwu
1 parent bc8abd8 commit c399eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async def get_responded_logs(self, user_id: Union[str, int]) -> list:
103103
"author.mod": True,
104104
"type": {"$in": ["anonymous", "thread_message"]},
105105
}
106-
}
106+
},
107107
}
108108
):
109109
entries.append(l)

0 commit comments

Comments
 (0)