feat(dbgpts): fix dbgpts bug

This commit is contained in:
yhjun1026
2024-08-30 09:33:46 +08:00
parent 9e66bebd71
commit 9691a723ea

View File

@@ -49,7 +49,7 @@ vis_client.register(VisApiResponse)
def vis_name_change(vis_message: str) -> str:
"""Change vis tag name use new name."""
replacements = {
"```vis-chart": "```vis-chart",
"```vis-chart": "```vis-db-chart",
}
for old_tag, new_tag in replacements.items():