From 94332cf256efb946cea036798455a66a2492ecf5 Mon Sep 17 00:00:00 2001 From: Sticks Date: Sun, 31 May 2026 19:40:18 -0400 Subject: [PATCH] fix: features must be array not null --- egg-oneround-api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egg-oneround-api.json b/egg-oneround-api.json index f5adf1c..59bb65c 100644 --- a/egg-oneround-api.json +++ b/egg-oneround-api.json @@ -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" },