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

PUB-55 Undo logger changes while using list #48

Merged
merged 4 commits into from Aug 10, 2021

Conversation

ishan123456789
Copy link
Contributor

import { PubSubService } from '../../index';
import { SubscriberTuple } from '../../subscriber';

export default {
command: 'list',
desc: 'Lists all subscriptions',
handler: async (): Promise<void> => {
Logger.Instance.info(
chalk.white.bgBlue.bold('\n Google Pub/Sub Subscriptions \n'),
console.log(
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this needed to be undone. Only the printLine fn required console?

@rohit-gohri rohit-gohri added the bug Something isn't working label Aug 10, 2021
@rohit-gohri rohit-gohri merged commit 56cd95f into main Aug 10, 2021
@rohit-gohri rohit-gohri deleted the bug/PUB-55-pino-logger branch August 10, 2021 16:29
@github-actions github-actions bot mentioned this pull request Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants