Skip to content

Commit f7c770d

Browse files
committed
needs a new
1 parent e0dd684 commit f7c770d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceStack/NativeTypes/TypeScript/TypeScriptGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public TypeScriptGenerator(MetadataTypesConfig config)
7272
{"Decimal", "0"},
7373
{"number", "0"},
7474
{"List", "[]"},
75-
{"Uint8Array", "Uint8Array(0)"},
75+
{"Uint8Array", "new Uint8Array(0)"},
7676
};
7777

7878
public static Func<List<MetadataType>, List<MetadataType>> FilterTypes = DefaultFilterTypes;

0 commit comments

Comments
 (0)