Skip to content

Commit 1b7f295

Browse files
committed
Wrong check in the wrong place
1 parent 9ceb171 commit 1b7f295

File tree

1 file changed

+1
-0
lines changed
  • Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client

1 file changed

+1
-0
lines changed

Packages/icosa-api-client-unity/Runtime/Internal/api_clients/poly_client/PolyClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ private static string GetBaseUrl()
446446
/// Forms a GET request from a HTTP path.
447447
/// </summary>
448448
public UnityWebRequest GetRequest(string path, string contentType) {
449+
Debug.Log($"GET: {path}");
449450
// The default constructor for a UnityWebRequest gives a GET request.
450451
UnityWebRequest request = new UnityWebRequest(path);
451452
request.SetRequestHeader("Content-type", contentType);

0 commit comments

Comments
 (0)