fix: typo in example
This commit is contained in:
parent
9173ee8279
commit
b7ff6db1de
@ -42,7 +42,7 @@ func main() {
|
|||||||
|
|
||||||
// Call the GetPools function to retrieve a list of pools based on the query parameters.
|
// Call the GetPools function to retrieve a list of pools based on the query parameters.
|
||||||
getPools := builder.NewGetPoolsBuilder(requestContext)
|
getPools := builder.NewGetPoolsBuilder(requestContext)
|
||||||
pools, err := getPools.SetLimit(5).Active(true).SearchDescritpion("mass effect").Execute()
|
pools, err := getPools.SetLimit(5).Active(true).SearchDescription("mass effect").Execute()
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
|
Reference in New Issue
Block a user