Skip to content

refactor: extract shared helper for duplicated logic (#46)#55

Merged
sirdeggen merged 5 commits into
mainfrom
sonar/dedupe-pair
May 6, 2026
Merged

refactor: extract shared helper for duplicated logic (#46)#55
sirdeggen merged 5 commits into
mainfrom
sonar/dedupe-pair

fix: add Array.isArray guard in validateEntities to prevent loop-boun…

ac58710
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis failed May 6, 2026 in 1m 8s

Quality Gate failed

Annotations

Check warning on line 86 in packages/wallet/wallet-toolbox/src/storage/remoting/StorageClientBase.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Use the opposite operator (!=) instead.

See more on https://sonarcloud.io/project/issues?id=bsv-blockchain_ts-stack&issues=AZ37x76c7zVAIvmcKuJi&open=AZ37x76c7zVAIvmcKuJi&pullRequest=55

Check warning on line 108 in packages/wallet/wallet-toolbox/src/storage/remoting/StorageClientBase.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read.

See more on https://sonarcloud.io/project/issues?id=bsv-blockchain_ts-stack&issues=AZ37x76c7zVAIvmcKuJj&open=AZ37x76c7zVAIvmcKuJj&pullRequest=55