removed unused code
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4207bfcc70
commit
75155c796d
|
@ -40,7 +40,6 @@ module.exports = Self => {
|
|||
|
||||
const routes = originalRoutes.map(route => {
|
||||
route.created = created;
|
||||
route.created = new Date();
|
||||
return route;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue