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

Merged
merged 5 commits into from
Dec 29, 2024
Merged

feat: cleanup org #264

merged 5 commits into from
Dec 29, 2024

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

Copy link
Contributor

@Uzlopak Uzlopak left a comment

Choose a reason for hiding this comment

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

LGTM

@Eomm Eomm merged commit c86a7db into main Dec 29, 2024
6 checks passed
@Uzlopak Uzlopak deleted the org-ref branch December 29, 2024 22:37
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