Skip to content

Commit

Permalink
Add exception for YouTube
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh10 committed Oct 22, 2024
1 parent 68158de commit 9d4bf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogpt_platform/frontend/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const exceptionMap: Record<string, string> = {
Http: "HTTP",
Json: "JSON",
Ai: "AI",
"You Tube": "YouTube",
};

const applyExceptions = (str: string): string => {
Expand Down

0 comments on commit 9d4bf58

Please sign in to comment.