Skip to content

Commit

Permalink
Removed call to validateTtl from EmbedRepository::embedData
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiclord committed Jan 25, 2024
1 parent 977889a commit ec1f429
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Charcoal/Embed/Service/EmbedRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,6 @@ public function embedData($ident)
$data = $item['embed_data'];
}

$this->validateTtl($item);

return $data;
}

Expand Down

0 comments on commit ec1f429

Please sign in to comment.