mirror of
https://github.com/ddworken/hishtory.git
synced 2025-04-25 01:48:56 +02:00
Add another TODO for cleaning up integration tests from the main DB
This commit is contained in:
parent
460d161c76
commit
505daacb65
@ -104,6 +104,7 @@ func OpenDB() (*database.DB, error) {
|
|||||||
|
|
||||||
var CRON_COUNTER = 0
|
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 {
|
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
|
// Determine the latest released version of hishtory to serve via the /api/v1/download
|
||||||
// endpoint for hishtory updates.
|
// endpoint for hishtory updates.
|
||||||
|
Loading…
Reference in New Issue
Block a user