fix: formatting and typecheck

This commit is contained in:
2026-05-26 13:49:44 +02:00
parent 76a32e1dc4
commit 1eb28dad64
3 changed files with 6 additions and 3 deletions

View File

@@ -25,4 +25,3 @@ WHERE next_refresh_at IS NULL;
},
})
}

View File

@@ -10,7 +10,7 @@ import (
)
type dataFix struct {
id string
id string
apply func(ctx context.Context, sqlDB *sql.DB) error
}