Skip to content

Commit cc82216

Browse files
committed
fix(webapp): remove orphaned deprecation note
1 parent c99a3a0 commit cc82216

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/webapp/app/utils/modelFormatters.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ export function formatFeature(slug: string): string {
3232
.join(" ");
3333
}
3434

35-
/** @deprecated Use formatFeature instead. */
36-
3735
/** Capitalize a provider name. */
3836
export function formatProviderName(provider: string): string {
3937
const names: Record<string, string> = {

0 commit comments

Comments
 (0)