Skip to content

Commit

Permalink
solve tiktok
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jul 25, 2024
1 parent 8e21e5c commit 242eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktok/tiktok.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ func NewTikTok(clientKey, clientSecret string, isDebug bool) (ITiktok, error) {
debug: isDebug,
}
o.restClient.SetDebug(isDebug)
c.restClient.SetBaseURL(BASE_URL)
o.restClient.SetBaseURL(BASE_URL)
return o, nil
}

0 comments on commit 242eb98

Please sign in to comment.