Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Apr 3, 2024
1 parent ccd25d1 commit ce62bad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions oracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,7 @@ func (o *Oracle) tick(ctx context.Context) error {
func (o *Oracle) tickClientless(ctx context.Context) error {
o.logger.Debug().Msg("executing clientless oracle tick")

if err := o.SetPrices(ctx); err != nil {
return err
}

return nil
return o.SetPrices(ctx)
}

// GenerateSalt generates a random salt, size length/2, as a HEX encoded string.
Expand Down

0 comments on commit ce62bad

Please sign in to comment.