Skip to content

Commit

Permalink
Remove type=JS from ProjectionsClient::updateQuery()
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Dec 6, 2018
1 parent 8abe84c commit 53cc0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Projections/ProjectionsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53cc0f6

Please sign in to comment.