From 68a0818d98b66ddb2ee1a294579d0f218dd978ca Mon Sep 17 00:00:00 2001 From: onozaty Date: Thu, 27 Jun 2019 00:12:10 +0900 Subject: [PATCH] Removed unnecessary commas in the project custom field example --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index d1c917f..0125c48 100644 --- a/README.ja.md +++ b/README.ja.md @@ -112,7 +112,7 @@ ViewCustomize = { {"id": 6, "name": "RoleX"} ], "customFields": [ - {"id": 4, "name": "[Project Custom field] Text", "value": "text"}, + {"id": 4, "name": "[Project Custom field] Text", "value": "text"} ] }, "issue": { diff --git a/README.md b/README.md index 09b2b56..ca66669 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ ViewCustomize = { {"id": 6, "name": "RoleX"} ], "customFields": [ - {"id": 4, "name": "[Project Custom field] Text", "value": "text"}, + {"id": 4, "name": "[Project Custom field] Text", "value": "text"} ] }, "issue": {