Skip to content

Commit

Permalink
add test log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobeyw committed Jun 13, 2024
1 parent 63a7f8b commit 5e7a138
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package watch
import (
"context"
"encoding/json"
"fmt"

"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/mongo"
Expand Down Expand Up @@ -61,6 +62,7 @@ func (me *T) GetFirstEventByTransactionHash() error {
log2.Fatalf("Query Execution error:%v", err)
}
if len(r1) > 0 && r1["vmstate"] != nil && r1["vmstate"] != "" {
fmt.Println("TEST", r1["vmstate"], r2["vmstate"])
r2["vmstate"] = r1["vmstate"]
_, err = me.Client.SaveJob(struct {
Collection string
Expand Down

0 comments on commit 5e7a138

Please sign in to comment.