Add Multi to thing struct
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ func (c *Client) id(ctx context.Context) (string, *Response, error) {
|
||||
return "", resp, err
|
||||
}
|
||||
|
||||
c.redditID = fmt.Sprintf("%s_%s", kindAccount, self.ID)
|
||||
c.redditID = fmt.Sprintf("%s_%s", kindUser, self.ID)
|
||||
return c.redditID, resp, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user