mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
update README.md
This commit is contained in:
parent
62ee2077a0
commit
a774fa96be
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ func main() {
|
|||
Limit: 20,
|
||||
Page: 1,
|
||||
},)
|
||||
if err.RuntimeErr != nil {
|
||||
if err != nil {
|
||||
fmt.Printf("%v", err.Error())
|
||||
}
|
||||
|
||||
|
@ -92,7 +92,7 @@ func main() {
|
|||
},
|
||||
},
|
||||
)
|
||||
if err.RuntimeErr != nil {
|
||||
if err != nil {
|
||||
fmt.Printf("%v", err.Error())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue