Skip to content

Commit 8c952ab

Browse files
author
Daniel Volquardsen
committed
test
1 parent 54928aa commit 8c952ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format/Type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function formatType(type: TypeIR): string {
1414
return formatScalarType(type)
1515
}
1616
if (type.fields) {
17-
return formatInterfaceType(type)
17+
return _snake2Pascal(formatInterfaceType(type))
1818
}
1919
if (type.union) {
2020
return formatUnionType(type)

0 commit comments

Comments
 (0)