-
Notifications
You must be signed in to change notification settings - Fork 5
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
MARXAN-545 - MARXAN-642 & MARXAN-652 #417
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/6Q6gy7csuSdiFpK2htoEmYUveFSw marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/Ffb9CbAUikYuzwwtsXWyg2VfV8Ff |
export class FakeLogger implements LoggerService { | ||
constructor(public readonly context?: string) {} | ||
|
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.
why is this context needed?
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.
Thanks, it indeed isn't needed 19df1e8
9f5166b
to
c40aebc
Compare
Incudes #416 & #415 & refactoring application structure, with minor fixes as well.