librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.12k stars 202 forks source link

Remove ignored deprecated_or_removed parameter from CheckStatusWorker.perform #3115

Closed kjmahalingam closed 1 year ago

kjmahalingam commented 1 year ago

What I believe is the appropriate fix for the patch introduced here.

~Removed ignored parameter from method signature~, and removes it from other calls of this method. I did not see any other calls that were being made incorrectly in searching through the code.