Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Dec 6, 2024
1 parent 3b32e41 commit 2371e8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/generate-links/processVPConfig.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function handleVPLine(
index,
thisOrder,
thisCat,
isNightly
) {
const regex = /'([^']+)'/;
// Create a shallow copy
Expand Down
1 change: 0 additions & 1 deletion scripts/update-nightly/updateSubmodules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ async function updateDocs(versions, isNightly) {
break;
case 'ts':
submoduleName = `docs${isNightly ? '/nightly' : ''}/fuels-ts`;
branch = 'docs';
break;
case 'wallet':
submoduleName = `docs${isNightly ? '/nightly' : ''}/fuels-wallet`;
Expand Down

0 comments on commit 2371e8a

Please sign in to comment.