Skip to content

Commit

Permalink
tab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kluskey committed May 3, 2024
1 parent 63f20f5 commit a3cf9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-godot-app/scripts/net/mirror_http_client.gd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func _make_request(request_data: Dictionary) -> HTTPRequest:

if is_external:
headers = []
body = ""
body = ""
# Manual override modification for external Mixpanel requests
# the above "if is_external" code is bad because it strips the body and headers from all external requests
# However, I'm unsure what already uses it so I'm extending instead of modifying
Expand Down

0 comments on commit a3cf9ec

Please sign in to comment.