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

chore: remove unused exists function #10

Merged
merged 2 commits into from
Jun 5, 2024
Merged

chore: remove unused exists function #10

merged 2 commits into from
Jun 5, 2024

Conversation

nbbeeken
Copy link
Collaborator

@nbbeeken nbbeeken commented Jun 5, 2024

Description

What is changing?

  • remove exists function
Is there new documentation needed for these changes?

no

What is the motivation for this change?

Checking if something exists before doing a FS action on it risks race condition.

We don't use exists and we shouldn't add it back in. cleanup.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken requested a review from durran June 5, 2024 14:54
@nbbeeken
Copy link
Collaborator Author

nbbeeken commented Jun 5, 2024

Seems I got the file paths wrong. We don't need to fix "collect" here since it is being replaced in #9

@durran durran merged commit f7ae840 into main Jun 5, 2024
9 of 10 checks passed
@durran durran deleted the chore-cleanup-unused branch June 5, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants