From d410ab27bfc6081575ded9ae629ec99c8774e065 Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Sat, 23 Apr 2022 22:18:31 +0900 Subject: [PATCH] clean up --- tests/TypeScriptTest/src/fetch.json.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeScriptTest/src/fetch.json.ts b/tests/TypeScriptTest/src/fetch.json.ts index 884b5da..1231fa4 100644 --- a/tests/TypeScriptTest/src/fetch.json.ts +++ b/tests/TypeScriptTest/src/fetch.json.ts @@ -40,7 +40,7 @@ export const fetchType3 = async () => { export const fetchType4 = async () => { const obj: Type4 = { - MyEnum : MyEnum.One, + MyEnum: MyEnum.One, Value: 99 };