Skip to content

Commit

Permalink
Removed unnecessary commas in the project custom field example
Browse files Browse the repository at this point in the history
  • Loading branch information
onozaty committed Jun 26, 2019
1 parent b455618 commit 68a0818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 68a0818

Please sign in to comment.