Add another TODO for cleaning up integration tests from the main DB

This commit is contained in:
David Dworken 2023-10-15 14:54:01 -07:00
parent 460d161c76
commit 505daacb65
No known key found for this signature in database

View File

@ -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.