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 Jul 11, 2024
1 parent 78df9c0 commit d29377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsonclient/jsonclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (c *Client) Do(ctx context.Context, method, path string, params url.Values,

// DoWithHeaders executes an HTTP request against the configured server with custom headers.
func (c *Client) DoWithHeaders(ctx context.Context, method, path string, headers http.Header, params url.Values, src, dst any) error {
if strings.Contains(c.Host, "community") {
if c.Host == "community.mojo.so" {
mlog.Info(ctx, merr.New(ctx, "discourse_api_log", merr.M{
"method": method,
"path": path,
Expand Down

0 comments on commit d29377e

Please sign in to comment.