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

Fix/fib route any and require errors/jdufitum #6

Merged
merged 4 commits into from
Sep 1, 2024

Conversation

jdufitum
Copy link
Owner

@jdufitum jdufitum commented Sep 1, 2024

fix: Replace any type and update require to import in fibRoute.ts

  • Changed any type assignment to a specific type to improve type safety.
  • Replaced the require statement with an ES6 import statement to comply with modern TypeScript standards.
  • Adjusted the import path to correctly reference fib.ts in the same directory.

i used npm run lint test to check if it works.

Copy link
Owner Author

@jdufitum jdufitum left a comment

Choose a reason for hiding this comment

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

LGTM

@jdufitum jdufitum merged commit e3f7b4e into main Sep 1, 2024
1 check passed
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.

1 participant