mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
Fixing rollback
This commit is contained in:
parent
d1fb726b7a
commit
8d32873f02
@ -170,7 +170,9 @@ func UpdateAccountEggs(uuid []byte, eggs []defs.EggData) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
defer tx.Rollback()
|
|
||||||
|
defer tx.Rollback()
|
||||||
|
|
||||||
for _, egg := range eggs {
|
for _, egg := range eggs {
|
||||||
// TODO: find a fix to enforce encoding from body to EggData only if
|
// TODO: find a fix to enforce encoding from body to EggData only if
|
||||||
// it respects the EggData struct so we can get rid of the test
|
// it respects the EggData struct so we can get rid of the test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user