fix: features must be array not null

This commit is contained in:
2026-05-31 19:40:18 -04:00
parent 2eddd0f042
commit 94332cf256

View File

@@ -8,7 +8,7 @@
"name": "OneRound API",
"author": "sticks@hep.gg",
"description": "OneRound golf platform API server. Requires a PostgreSQL database with PostGIS.",
"features": null,
"features": [],
"docker_images": {
"git.hep.gg/sticks/oneround-api:latest": "git.hep.gg/sticks/oneround-api:latest"
},