eventstore: fix cli panic when no operations are performed.

This commit is contained in:
fiatjaf
2026-05-14 17:19:28 -03:00
parent 9911767e78
commit b3cef7b425
+1 -1
View File
@@ -19,7 +19,7 @@ import (
var (
db eventstore.Store
end func()
end = func() {}
)
var app = &cli.Command{