From 505daacb65905e8f8dbb8d721cbfa3b1b51d96b8 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 15 Oct 2023 14:54:01 -0700 Subject: [PATCH] Add another TODO for cleaning up integration tests from the main DB --- backend/server/server.go | 1 + 1 file changed, 1 insertion(+) 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.