Skip to content

Commit

Permalink
Fix: empty check rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Dec 13, 2024
1 parent 6df8bc1 commit 58d83dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/storage/rollup.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ func (r Rollup) IsEmpty() bool {
r.Compression == "" &&
r.Provider == "" &&
r.Type == "" &&
r.VM == ""
r.VM == "" &&
r.DeFiLama == ""
}

type RollupWithStats struct {
Expand Down

0 comments on commit 58d83dd

Please sign in to comment.