Skip to content

Commit 4c24a8f

Browse files
author
katiegoines
committed
remove changes to task
1 parent 3231024 commit 4c24a8f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tasks/migration.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,10 +1340,6 @@ const checkForBrokenLinks = function () {
13401340
});
13411341
};
13421342

1343-
const populateRedirects = function () {
1344-
1345-
};
1346-
13471343
// STEPS
13481344
// checkout next-release/main and pull most recent changes from remote
13491345
// create a branch for migration from next-release/main
@@ -1368,5 +1364,4 @@ const populateRedirects = function () {
13681364
// addAddtlJSPlatformsToMeta();
13691365
// addAddtlJSPlatformsToFragmentsInlineFilters();
13701366
// replaceOldLinks();
1371-
// checkForBrokenLinks();
1372-
populateRedirects();
1367+
checkForBrokenLinks();

0 commit comments

Comments
 (0)