buildProjectFileTranslation
doesn't reset If-None-Match
header on consecutive calls
#195
Labels
buildProjectFileTranslation
doesn't reset If-None-Match
header on consecutive calls
#195
The title 👆
This can be easily fixed by adding here an
else
block and calling theremoveHeader()
method:crowdin-api-client-php/src/CrowdinApiClient/Api/TranslationApi.php
Lines 103 to 105 in 3a37c3f
Also, I would suggest changing the type of
$ifNoneMatch
fromstring
to?string
since it accepts anull
value.The text was updated successfully, but these errors were encountered: