Skip to content

Conversation

johnmasking
Copy link
Member

@johnmasking johnmasking commented Jan 27, 2025

Fixes #356

Changes proposed in this pull request:

  • all kind of different Sonar issues.

@MaskingTechnology/comify

@johnmasking johnmasking linked an issue Jan 27, 2025 that may be closed by this pull request
const getData = useCallback((page: number) =>
{
return exploreRelations(requester, 'popular', undefined, { limit, offset: page * limit });
return exploreRelations(requester, 'popular', { limit, offset: page * limit }, undefined);
Copy link
Member

Choose a reason for hiding this comment

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

This introduces a new Sonar issue than can be easily fixed.

Suggested change
return exploreRelations(requester, 'popular', { limit, offset: page * limit }, undefined);
return exploreRelations(requester, 'popular', { limit, offset: page * limit });

@petermasking petermasking changed the title #356 chore fix sonar complaints chore: sonar issues Jan 29, 2025
Copy link

@petermasking petermasking merged commit e4a3dc9 into main Jan 29, 2025
6 checks passed
@petermasking petermasking deleted the 356-solve-sonar-issues branch January 29, 2025 09:21
basmasking added a commit that referenced this pull request Jun 20, 2025
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.

Solve sonar issues

2 participants