Use string instead of slice for subreddits, edit comments
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ func setup() {
|
||||
})
|
||||
|
||||
client, _ = NewClient(nil,
|
||||
WithOAuth2("id1", "secret1", "user1", "password1"),
|
||||
WithCredentials("id1", "secret1", "user1", "password1"),
|
||||
WithBaseURL(server.URL),
|
||||
WithTokenURL(server.URL+"/api/v1/access_token"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user