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(): Remove duplicate log task #1855

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Conversation

Skraye
Copy link
Member

@Skraye Skraye commented Aug 4, 2023

No description provided.

@Skraye Skraye self-assigned this Aug 4, 2023
Copy link
Member

@brian-mulier-p brian-mulier-p left a comment

Choose a reason for hiding this comment

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

LGTM, I just don't like the indent part

Comment on lines 335 to 342
case logDisplayTypes.ERROR:
return [State.FAILED, State.RUNNING, State.PAUSED]
case logDisplayTypes.ALL:
return State.arrayAllStates().map(s => s.name)
case logDisplayTypes.HIDDEN:
return []
default:
return State.arrayAllStates().map(s => s.name)
Copy link
Member

Choose a reason for hiding this comment

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

It looks better with indent as if 🤔

@tchiotludo tchiotludo merged commit bf8da28 into develop Aug 4, 2023
@tchiotludo tchiotludo deleted the fix/duplicate-log-task branch August 4, 2023 13:12
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.

3 participants