Skip to content

Commit 68a0818

Browse files
committed
Removed unnecessary commas in the project custom field example
1 parent b455618 commit 68a0818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ViewCustomize = {
112112
{"id": 6, "name": "RoleX"}
113113
],
114114
"customFields": [
115-
{"id": 4, "name": "[Project Custom field] Text", "value": "text"},
115+
{"id": 4, "name": "[Project Custom field] Text", "value": "text"}
116116
]
117117
},
118118
"issue": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ViewCustomize = {
118118
{"id": 6, "name": "RoleX"}
119119
],
120120
"customFields": [
121-
{"id": 4, "name": "[Project Custom field] Text", "value": "text"},
121+
{"id": 4, "name": "[Project Custom field] Text", "value": "text"}
122122
]
123123
},
124124
"issue": {

0 commit comments

Comments
 (0)