devtron icon indicating copy to clipboard operation
devtron copied to clipboard

All branches of `if-then-elseif` construction are identical

Open chavacava opened this issue 1 year ago • 0 comments

Every branch of the following if-then-elseif construction do the same (_, err = impl.dbConnection.Query(&appStoreWithVersion, query, queryParams...)

https://github.com/devtron-labs/devtron/blob/fb1cbf5f887a2955182fee99785c797ca2bf8804/pkg/appStore/discover/repository/AppStoreApplicationVersionRepository.go#L179-L187

Found with revive

chavacava avatar Oct 25 '24 12:10 chavacava