mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
fix up for linting reasons...
This commit is contained in:
parent
099235e6d9
commit
1934f19338
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ const extraAppRoutes = [
|
|||
];
|
||||
|
||||
const routeJsonPreProcessed = routeJson.map(
|
||||
(route) => {
|
||||
route => {
|
||||
if (route.redirect) {
|
||||
route.redirect.replace('RADISH_URL',RADISH_URL);
|
||||
route.redirect.replace('RADISH_URL', RADISH_URL);
|
||||
}
|
||||
return route;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue