There was an error while loading. Please reload this page.
1 parent 1984009 commit 57da81dCopy full SHA for 57da81d
1 file changed
apps/webapp/app/utils/modelFormatters.ts
@@ -32,8 +32,6 @@ export function formatFeature(slug: string): string {
32
.join(" ");
33
}
34
35
-/** @deprecated Use formatFeature instead. */
36
-
37
/** Capitalize a provider name. */
38
export function formatProviderName(provider: string): string {
39
const names: Record<string, string> = {
0 commit comments