Skip to content

Commit

Permalink
IBX-1237: Removed duplicated content tag (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Oboza authored Oct 12, 2021
1 parent c87e328 commit baea4c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ private function getTagsForVariation(Field $field, VersionInfo $versionInfo, str
$this->cacheIdentifierGenerator->generateTag(self::IMAGE_VARIATION_CONTENT_TAG, [$contentId]),
$this->cacheIdentifierGenerator->generateTag(self::IMAGE_VARIATION_FIELD_TAG, [$field->id]),
$this->cacheIdentifierGenerator->generateTag(self::CONTENT_TAG, [$contentId]),
$this->cacheIdentifierGenerator->generateTag(self::CONTENT_TAG, [$contentId]),
$this->cacheIdentifierGenerator->generateTag(self::CONTENT_VERSION_TAG, [$contentId, $versionInfo->versionNo]),
];
}
Expand Down

0 comments on commit baea4c5

Please # to comment.