Commit 51370d6e authored by Arturo Herrero's avatar Arturo Herrero

Remove description from service helpers

This is a leftover from description from services 0000e049, 7297fd23.
parent af02c3d7
......@@ -631,12 +631,6 @@ module API
name: :issues_url,
type: String,
desc: 'The issues URL'
},
{
required: false,
name: :description,
type: String,
desc: 'The description of the tracker'
}
],
'youtrack' => [
......@@ -651,12 +645,6 @@ module API
name: :issues_url,
type: String,
desc: 'The issues URL'
},
{
required: false,
name: :description,
type: String,
desc: 'The description of the tracker'
}
],
'slack' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment