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

Logger has been moved and implemented as an internal lib #449

Merged
merged 8 commits into from
Sep 22, 2023

Conversation

senderh55
Copy link
Contributor

Related to #445

@vercel
Copy link

vercel bot commented Sep 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reduced-to ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 22, 2023 2:33pm

@@ -97,3 +97,4 @@ describe('ShortenerController', () => {
});
});
});
import { reduce } from 'rxjs';
Copy link
Owner

Choose a reason for hiding this comment

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

What is that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added it by mistake

Copy link
Owner

@origranot origranot left a comment

Choose a reason for hiding this comment

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

@senderh55 This looks great!

There is a small comment I added (I guess this line was added by mistake)
Also, please run lint and test in your own env to make sure the CI works.

@senderh55
Copy link
Contributor Author

senderh55 commented Sep 19, 2023

Thanks for your feedback. I updated the path in .eslintrc and project.json in the logger for the lint and fixed the mistake in shortener.controller.spec.

@origranot
Copy link
Owner

@senderh55 Great job!

I had to remove the buildable option from the logger.
Thank you for your contribution!

Closes #445

@origranot origranot merged commit 8b99fce into origranot:master Sep 22, 2023
2 checks 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.

2 participants