Remove some unused stuff (#4388)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -10,4 +10,4 @@ export function snakeToTitleCase(snake: string): string {
|
||||
.split('_')
|
||||
.map((word) => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())
|
||||
.join(' ');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user