From 87a3e2881a139a1bca9290cfea241a7e9f360e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Thu, 6 Dec 2018 13:35:11 +0100 Subject: [PATCH] Remove type=JS from ProjectionsClient::updateQuery() (closes #56) --- src/Projections/ProjectionsClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Projections/ProjectionsClient.php b/src/Projections/ProjectionsClient.php index ceeec03f..a670ace7 100644 --- a/src/Projections/ProjectionsClient.php +++ b/src/Projections/ProjectionsClient.php @@ -468,7 +468,7 @@ public function updateQuery( EndpointExtensions::formatStringToHttpUrl( $endPoint, $httpSchema, - '/projection/%s/query?emit=' . (int) $emitEnabled . '&type=JS', + '/projection/%s/query?emit=' . (int) $emitEnabled, $name ), $query,