Skip to content

Commit

Permalink
fixed linting issues in aggregate.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CJPotter10 committed Jul 19, 2024
1 parent 6add279 commit 8213ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/oracle/keeper/aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func (k Keeper) GetDataBefore(ctx context.Context, queryId []byte, timestamp tim
}
return false, nil
})

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 8213ec0

Please sign in to comment.