diff --git a/backend/server/server.go b/backend/server/server.go index f9e2708..7caeaea 100644 --- a/backend/server/server.go +++ b/backend/server/server.go @@ -104,6 +104,7 @@ func OpenDB() (*database.DB, error) { var CRON_COUNTER = 0 +// TODO: Update this to delete entries from integration tests 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.