Skip to content

fix: Fix undeclared variable causing runtime error#112

Open
0xminds wants to merge 1 commit into
allora-network:mainfrom
0xminds:patch-1
Open

fix: Fix undeclared variable causing runtime error#112
0xminds wants to merge 1 commit into
allora-network:mainfrom
0xminds:patch-1

Conversation

@0xminds

@0xminds 0xminds commented Feb 25, 2025

Copy link
Copy Markdown

I noticed that the variable targetFileMDX was not declared, which could potentially cause a runtime error. To resolve this, I added the let keyword before the variable to ensure it's properly declared.

Now the code should execute without issues related to this variable.

Signed-off-by: minds <0xminds@gmail.com>
@netlify

netlify Bot commented Feb 25, 2025

Copy link
Copy Markdown

Deploy Preview for alloradocs ready!

Name Link
🔨 Latest commit 80ca31b
🔍 Latest deploy log https://app.netlify.com/sites/alloradocs/deploys/67be0491f1c14f00085566af
😎 Deploy Preview https://deploy-preview-112--alloradocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant