removed unused code
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2021-03-30 15:59:30 +02:00
parent 4207bfcc70
commit 75155c796d
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ module.exports = Self => {
const routes = originalRoutes.map(route => {
route.created = created;
route.created = new Date();
return route;
});