whee sqlite

This commit is contained in:
Bel LaPointe
2024-12-14 20:57:28 -07:00
parent 2b958fafe9
commit 1e42085ce6
5 changed files with 120 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ func main() {
}
func run(ctx context.Context) error {
config, err := NewConfig()
config, err := NewConfig(ctx)
if err != nil {
return err
}