fix: init exception
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
Benjamin Nussbaum 2026-01-10 21:23:52 +01:00
parent 887c4d130b
commit a86315c5c7

View file

@ -434,6 +434,10 @@ HTML;
#[Computed]
private function parsedUrls()
{
if (!isset($this->polling_url)) {
return null;
}
try {
return $this->plugin->resolveLiquidVariables($this->polling_url);