Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 31, 2023
1 parent aa5f296 commit 0fd1adb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/apps/docs/src/scripts/checkForHeaders.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ const removeCodeBlocks = (content) => {
return content.replace(codeBlockRegex, '');
};

const checkifImported = (file) => {
return importReadMes.find((item) => {
return file.includes(item.destination);
});
};

const checkForHeaders = async (filePath, links) => {
const checkForHeaders = async () => {
const paths = await globby([`${ROOT}/**/*.md`]);

paths.forEach((item) => {
Expand Down

2 comments on commit 0fd1adb

@vercel
Copy link

@vercel vercel bot commented on 0fd1adb Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-storybook – ./packages/apps/docs

kadena-js-docs.vercel.app
docs-storybook-kadena-js.vercel.app
docs-storybook-git-main-kadena-js.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0fd1adb Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alpha-docs – ./packages/apps/docs

docs-silk-two.vercel.app
alpha-docs-kadena-js.vercel.app
alpha-docs-git-main-kadena-js.vercel.app
alpha-docs.kadena.io

Please sign in to comment.