remove extra commit
All checks were successful
/ release (push) Successful in 28s

This commit is contained in:
Samuel Lorch 2024-07-07 03:50:16 +02:00
parent 5d6a29407d
commit bae1112074

View file

@ -268,10 +268,5 @@ func scanLibrary(ctx context.Context, id int) {
return
}
err = tx.Commit(ctx)
if err != nil {
slog.ErrorContext(ctx, "Error Committing Changes", "err", err)
return
}
slog.InfoContext(ctx, "Scan Done", "id", id)
}