annotation: 修改注释错误

This commit is contained in:
Yanlongli
2024-03-29 17:59:58 +08:00
parent eda5f71fc2
commit 5eea5c6557
+1 -1
View File
@@ -58,7 +58,7 @@ async def update_config(data: dict):
return APIResponse()
# 根据code获取文件
# 根据id获取文件
async def get_file_by_id(id):
# 查询文件
file_code = await FileCodes.filter(id=id).first()