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 warnings in extendWithT #2698

Conversation

bmvd70
Copy link
Contributor

@bmvd70 bmvd70 commented Sep 17, 2023

Used the suggester Record<string, unknown> to replace any

[skip ci]

Closes: #2675

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 Thank you, LGTM!

Used the suggester Record<string, unknown> to replace any

[skip ci]

Closes: hyperledger-cacti#2675

Signed-off-by: bmvd70 <[email protected]>
@petermetz petermetz force-pushed the fix-unexpected-any-linter-warnings-in-extendWithT branch from 64a2836 to 8255134 Compare September 18, 2023 18:51
@petermetz petermetz merged commit 8255134 into hyperledger-cacti:main Sep 18, 2023
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(api-client): fix Unexpected any linter warnings in extendWith<T>
3 participants