hyperledger / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
324 stars 277 forks source link

style(cmd-api-server): fix Unexpected any linter W in getOrCreateWebServices() #2676

Open petermetz opened 10 months ago

petermetz commented 10 months ago

Description

image

Yogesh01000100 commented 9 months ago

Is this issue sorted? Because I don't get any 'Unexpected any' linter errors in the latest pull.

petermetz commented 9 months ago

Is this issue sorted? Because I don't get any 'Unexpected any' linter errors in the latest pull.

@Yogesh01000100 It should still be there. The lint script won't catch it by default because of the --quiet flag (so that we focus on errors not warnings) so you have to run it like this yarn eslint '*/*/src/**/*.{js,ts}' --fix

petermetz commented 9 months ago

Yes, assigning now! Thank you!

On Sun, Oct 1, 2023 at 6:34 AM D Yogesh @.***> wrote:

Hi! I'm interested in working on this issue. Could you please assign it to me? I'll start working on a solution and create a PR once it's ready. Thanks!

— Reply to this email directly, view it on GitHub https://github.com/hyperledger/cacti/issues/2676#issuecomment-1742083598, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMCQ77SOX4JDGVZDKYFJQ3X5FWNBANCNFSM6AAAAAA4SKGQWQ . You are receiving this because you authored the thread.Message ID: @.***>