librariesio / libraries.io

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

Fix status#check keywords #3316

Closed tradiff closed 4 months ago

tradiff commented 4 months ago

project[:keywords] (the database field) seems to be an old field that is no longer written to. Return project.keywords (the method) instead.

The db field should probably be removed, but I don't have a local environment fully set up enough to take on that type of project at this time.