Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon authored Apr 9, 2024
1 parent aaf7dee commit 0c3b557
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rest/example/options/snapshots-options-chain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ func main() {

// set params
params := &models.ListOptionsChainParams{
UnderlyingAsset: "SPY",
StrikePriceGTE: new(float64),
StrikePriceLTE: new(float64),
Limit: new(int),
UnderlyingAsset: "SPY",
StrikePriceGTE: new(float64),
StrikePriceLTE: new(float64),
Limit: new(int),
}

*params.StrikePriceGTE = 500.0
Expand Down

0 comments on commit 0c3b557

Please sign in to comment.