Fix a bug in calling the V1 add spot endpoint

This commit is contained in:
ian
2026-08-25 20:41:12 +00:00
parent 14e4886c1b
commit 5a77248dbc
-1
View File
@@ -160,7 +160,6 @@ class WebServer:
V1APISpotHandler, V1APISpotHandler,
{ {
"spots": self._data_store.spots, "spots": self._data_store.spots,
"spot_providers": self._data_providers,
**handler_opts, **handler_opts,
}, },
), ),