absmach / magistrala-ui

UI Repository for Magistrala IoT
10 stars 17 forks source link

NOISSUE - Pin the version of `golangci-lint` #148

Closed rodneyosodo closed 7 months ago

rodneyosodo commented 7 months ago

What type of PR is this?

What does this do?

The endpoint functions for managing channel members and groups in the UI service have been refactored. The changes include updating golangci-lint version and removing unused variables. The modified functions now remove the unused context parameter and perform validation checks on requests before processing them.

Which issue(s) does this PR fix/relate to?

No issue

Have you included tests for your changes?

Did you document any new/modified functionality?

Notes