-
Notifications
You must be signed in to change notification settings - Fork 283
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -97,3 +97,4 @@ describe('ShortenerController', () => { | |||
}); | |||
}); | |||
}); | |||
import { reduce } from 'rxjs'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is that?
There was a problem hiding this comment.
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
There was a problem hiding this 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.
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. |
@senderh55 Great job! I had to remove the buildable option from the logger. Closes #445 |
Related to #445