Skip to content

any remittance can be read by id - #1444

Open
bakarezainab wants to merge 4 commits into
LabsCrypt:mainfrom
bakarezainab:ID-remittance
Open

any remittance can be read by id#1444
bakarezainab wants to merge 4 commits into
LabsCrypt:mainfrom
bakarezainab:ID-remittance

fix: resolve lint errors - unused vars, prettier formatting

7cf872c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jul 29, 2026 in 5s

Error when processing the SARIF file

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

Actions workflow (codeql.yml)

  • ❓  /language:rust

New alerts in code changed by this pull request

  • 3 errors
  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1606 in frontend/src/app/hooks/useApi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Overwritten property Error

This property is overwritten by
another property
in the same object literal.

Check failure on line 61 in frontend/src/app/utils/amount.ts

See this annotation in the file changed.

Code scanning / CodeQL

Assignment to constant Error

Assignment to variable normalizedFraction, which is
declared
constant.

Check failure on line 62 in frontend/src/app/utils/amount.ts

See this annotation in the file changed.

Code scanning / CodeQL

Assignment to constant Error

Assignment to variable normalizedFraction, which is
declared
constant.

Check warning on line 61 in frontend/src/app/utils/amount.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The initial value of normalizedFraction is unused, since it is always overwritten.