Unbreak projects api (#1070)

This commit is contained in:
Noah van der Aa 2023-01-03 20:30:24 +01:00 committed by GitHub
parent 1cf9be8186
commit 5f3c45f736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ public interface ProjectsApiDAO {
" p.wiki," +
" p.license_name," +
" p.license_url," +
" p.license_type," +
" p.keywords," +
" p.forum_sync," +
" p.topic_id," +