Skip to content

fix: resolve #36 - Fix code scanning alert - Disallow unused variables - #125

Open
TaherEzzi wants to merge 1 commit into
singlesly:mainfrom
TaherEzzi:fix-issue-36
Open

TaherEzzi wants to merge 1 commit into
singlesly:mainfrom
TaherEzzi:fix-issue-36

Conversation

@TaherEzzi

Copy link
Copy Markdown

Summary

This Pull Request resolves issue #36: Fix code scanning alert - Disallow unused variables.

Root Cause & Changes

To resolve the code scanning alert regarding unused variables, the json-bignumber.ts file is removed as the declared parse function is not utilized in the project.

<complete code>

Step-by-Step Explanation:

  1. Identified Unused Declaration: The json-bignumber.ts file declares a module with a parse function that isn't referenced or used elsewhere in the project.
  2. Removal: Deleting this file eliminates the unused function declaration, addres

Files Modified

src/json-bignumber.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Verification

  • Tested with regression unit tests.
  • Code conforms to standard project lint/formatting.

Closes #36
Fixes #36
/claim

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.

Fix code scanning alert - Disallow unused variables

1 participant