Fix broken "You Tube" in the block (#8390)

Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
This commit is contained in:
vishesh10
2024-10-29 06:37:13 +05:30
committed by GitHub
parent ff03619196
commit b1a747a1d1

View File

@@ -106,6 +106,7 @@ const exceptionMap: Record<string, string> = {
Http: "HTTP",
Json: "JSON",
Ai: "AI",
"You Tube": "YouTube",
};
const applyExceptions = (str: string): string => {