diff --git a/represent.module b/represent.module
index 6eb2d1c..963a82e 100644
--- a/represent.module
+++ b/represent.module
@@ -203,7 +203,7 @@ function represent_send_request($path) {
   }
 
   try {
-    $response = \Drupal::httpClient()->get("https://represent.opennorth.ca/$path")->send();
+    $response = \Drupal::httpClient()->get("https://represent.opennorth.ca/$path");
     $json = json_decode($response->getBody(TRUE));
     \Drupal::cache()->set($cid, $json, strtotime('+1 week'));
     return $json;
