Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cleanup org #264

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

feat: cleanup org #264

wants to merge 5 commits into from

Conversation

Eomm
Copy link
Member

@Eomm Eomm commented Dec 21, 2024

Closes #255

I left the member's org I know - so be sure your @fastify/collaborators is included/added as you wish

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

Comment on lines 9 to 14
const orgs =
onlySponsors === 'true' //
? organizationsData.filter((org) => org.sponsor)
: onlySponsors === 'false' //
? organizationsData.filter((org) => !org.sponsor)
: organizationsData
Copy link
Contributor

Choose a reason for hiding this comment

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

if onlySponsors is false we filter all sponsors?

Copy link
Member Author

Choose a reason for hiding this comment

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

you are right - I have been lazy, will clean it

image

Copy link
Member Author

Choose a reason for hiding this comment

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

Done @Uzlopak

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.

Remove the organization section
7 participants