Skip to content

Commit

Permalink
add JSON tags for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jul 26, 2024
1 parent f338004 commit d81c37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/horizon/internal/db2/history/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,9 +972,9 @@ type tableObjectFieldPair struct {
}

type LookupTableReapResult struct {
Offset int64
RowsDeleted int64
Duration time.Duration
Offset int64 `json:"offset"`
RowsDeleted int64 `json:"rowsDeleted"`
Duration time.Duration `json:"duration"`
}

// ReapLookupTables removes rows from lookup tables like history_claimable_balances
Expand Down

0 comments on commit d81c37d

Please sign in to comment.