Skip to content

Commit

Permalink
Merge pull request #59 from enumag/patch-3
Browse files Browse the repository at this point in the history
Remove type=JS from ProjectionsClient::updateQuery()
  • Loading branch information
prolic authored Dec 6, 2018
2 parents 8abe84c + 53cc0f6 commit dc36bdf
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 dc36bdf

Please sign in to comment.