This commit is contained in:
Daniel 2024-04-08 20:23:18 +08:00
parent 93785e9221
commit bba92b30a6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1315,7 +1315,7 @@ func (tx *Transaction) commit() (err error) {
var sources []interface{}
for _, op := range tx.DoOperations {
sources = append(sources, op.Action)
sources = append(sources, op)
}
util.PushSaveDoc(tree.ID, "tx", sources)
}