Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Apr 23, 2022
1 parent 573a290 commit d410ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TypeScriptTest/src/fetch.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const fetchType3 = async () => {

export const fetchType4 = async () => {
const obj: Type4 = {
MyEnum : MyEnum.One,
MyEnum: MyEnum.One,
Value: 99
};

Expand Down

0 comments on commit d410ab2

Please sign in to comment.