diff --git a/backend/server/internal/server/api_handlers.go b/backend/server/internal/server/api_handlers.go index ecec251..0ea8a3e 100644 --- a/backend/server/internal/server/api_handlers.go +++ b/backend/server/internal/server/api_handlers.go @@ -91,7 +91,6 @@ func (s *Server) apiBootstrapHandler(w http.ResponseWriter, r *http.Request) { } } -// TODO: Update this to take into account the source of the query func (s *Server) apiQueryHandler(w http.ResponseWriter, r *http.Request) { ctx := r.Context() userId := getRequiredQueryParam(r, "user_id") diff --git a/backend/server/server.go b/backend/server/server.go index 7caeaea..eb22936 100644 --- a/backend/server/server.go +++ b/backend/server/server.go @@ -104,7 +104,7 @@ func OpenDB() (*database.DB, error) { var CRON_COUNTER = 0 -// TODO: Update this to delete entries from integration tests +// TODO: Update this to delete entries from integration test devices, as long as they are inactive func cron(ctx context.Context, db *database.DB, stats *statsd.Client) error { // Determine the latest released version of hishtory to serve via the /api/v1/download // endpoint for hishtory updates.