Skip to content

Commit 2a687e0

Browse files
authored
fix(azure-devops): use git_provider.remove_comment to delete Azure DevOps comment removal (#2237)
1 parent 80ec6a5 commit 2a687e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pr_agent/tools/pr_code_suggestions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async def run(self):
186186
artifact={"traceback": traceback.format_exc()})
187187
if get_settings().config.publish_output:
188188
if self.progress_response:
189-
self.progress_response.delete()
189+
self.git_provider.remove_comment(self.progress_response)
190190
else:
191191
try:
192192
self.git_provider.remove_initial_comment()

0 commit comments

Comments
 (0)