Skip to content

chore: remove dead timeExpireDate export from keys.js#116

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/remove-dead-timeExpireDate-export-20260601
Open

chore: remove dead timeExpireDate export from keys.js#116
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/remove-dead-timeExpireDate-export-20260601

Conversation

@andrerfneves
Copy link
Copy Markdown
Owner

Summary

The export in was dead code with several issues:

  1. Unused: It was never imported anywhere in the codebase
  2. Inconsistent naming: It used camelCase instead of the SCREAMING_SNAKE_CASE convention used by all other exports
  3. Duplicate value: It exported the same string as (), creating confusion

Changes

  • Removed the unused export

Test Plan

  • Verified the export is not imported anywhere
  • already provides the same value for any future needs

The export  was unused, used camelCase (inconsistent with the
SCREAMING_SNAKE_CASE convention of all other exports), and duplicated the
value of  which already exports the same string.

Removing it reduces confusion and keeps the constants file clean.
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-decoder Ready Ready Preview, Comment Jun 1, 2026 12:02am

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