Skip to content
Snippets Groups Projects
Commit ba62e64d authored by David Mynors's avatar David Mynors
Browse files

Fix gitlab issue title

parent ecca92f7
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ module.exports = {
return axios.post(
server.issuesUrl,
{
title: `${config.service} registration for ${body['oc-user']}`,
title: `${service} registration for ${body['oc-user']}`,
confidential: true,
description: templates.issue(context),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment