- commit
- 3ec0008
- parent
- 477ea73
- author
- Eric Bower
- date
- 2022-07-28 02:57:01 +0000 UTC
actually commit
1 files changed,
+2,
-2
M
main.go
M
main.go
+2,
-2
1@@ -262,7 +262,7 @@ func main() {
2
3 logger.Info("Committing transactions to PICO db")
4 // Commit the transaction.
5- /* if err = tx.Commit(); err != nil {
6+ if err = tx.Commit(); err != nil {
7 panic(err)
8- } */
9+ }
10 }