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

style: fix unexpected any linter w in startCockpitFileServer #2696

Conversation

bmvd70
Copy link
Contributor

@bmvd70 bmvd70 commented Sep 17, 2023

The linter warning for unexpected any was fixed with Record<string, unknown>

[skip ci]

Closes: #2677

Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

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

@bmvd70 LGTM, thank you!

The linter warning for unexpected any was fixed with Record<string,
unknown>

Closes: hyperledger-cacti#2677
Signed-off-by: bmvd70 <[email protected]>
@petermetz petermetz force-pushed the fix-unexpected-any-linter-w-in-startCockpitFileServer branch from 72f3833 to e3369ea Compare September 18, 2023 18:20
@petermetz petermetz merged commit e3369ea into hyperledger-cacti:main Sep 18, 2023
42 of 67 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.

style(cmd-api-server): fix Unexpected any linter W in startCockpitFileServer()
3 participants