Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: address new typescript linting error #88

Merged
merged 1 commit into from
Aug 8, 2023
Merged

fix: address new typescript linting error #88

merged 1 commit into from
Aug 8, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Aug 8, 2023

Missed this before merging #87 on autopilot (I thought it was green!)

Missed this before merging #87 on
autopilot (I thought it was green!)
@@ -142,10 +142,10 @@ export function decodeNode (bytes) {
const l = bytes.length
let index = 0
/** @type {RawPBLink[]|void} */
let links
let links = undefined // eslint-disable-line no-undef-init
Copy link
Member Author

Choose a reason for hiding this comment

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

added eslint disables because I have standard running in my editor which doesn't like this new TS rule

@rvagg rvagg merged commit 9e3f768 into master Aug 8, 2023
17 checks passed
@rvagg rvagg deleted the rvagg/tslint branch August 8, 2023 06:32
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

🎉 This PR is included in version 4.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant