Remove useless TODO

Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk>
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Andrew Shirley
2021-07-08 17:44:45 +01:00
committed by blam
parent 24d786e197
commit 051c3b2c0c
@@ -113,8 +113,6 @@ export async function createRouter(
});
await jenkinsApi.buildProject(jenkinsInfo, jobName);
// TODO: return the buildNumber which was started.
response.json({});
},
);