Estimated effort to review

This commit is contained in:
mrT23
2023-09-17 16:31:58 +03:00
parent caaee4e43d
commit ea91a38541
4 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str:
"General suggestions": "💡",
"Insights from user's answers": "📝",
"Code feedback": "🤖",
"Estimated time to review": "⏱️",
"Estimated effort to review": "⏱️",
}
for key, value in output_data.items():