From 615fa9ed8420684ac126df15f28e1547ba6b0b80 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Thu, 1 Feb 2024 11:09:42 -0300 Subject: [PATCH] remove redundant code --- src/utils/pluginConfigGenerators.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/utils/pluginConfigGenerators.js b/src/utils/pluginConfigGenerators.js index 7ae1b031693..864841a20a6 100644 --- a/src/utils/pluginConfigGenerators.js +++ b/src/utils/pluginConfigGenerators.js @@ -84,12 +84,6 @@ function createVersionRedirects(versionedConfig) { from: '/' + routeBasePath + '/iota', to: '/' + routeBasePath, }); - - // Redirect to main IOTA version - redirects.push({ - from: '/' + routeBasePath + '/iota', - to: '/' + routeBasePath, - }); } if (mainShimmerVersion && mainShimmerVersion !== mainVersion)