Skip to content

Commit

Permalink
πŸ”„ Sync from monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojo-machine[bot] committed Mar 13, 2024
1 parent 8e654be commit 6dbed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/discourse/endpoints_admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func (c *IdentifiedClient) AdminGetUserByID(ctx context.Context, userID int) (res *User, err error) {
path := fmt.Sprintf("/admin/users/%d", userID)
path := fmt.Sprintf("/admin/users/%d/-", userID)
return res, c.client.Do(ctx, "GET", path, nil, nil, &res)
}

Expand Down

0 comments on commit 6dbed1d

Please sign in to comment.