Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabii committed Dec 14, 2023
1 parent 3f68ffb commit f50a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dom/Middleware/Meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ public function after(ResponseInterface $response, RequestInterface $request)
{
// Set the config here in before just to make sure it is already set in the services and controllers
$this->provider->foot()->getElement("config")
->setValue("const NONCE = '" . $this->provider->env("NONCE") . "', CONFIG = " . $this->json->encode());
->setValue("const CONFIG = " . $this->json->encode());
}
}

0 comments on commit f50a1a3

Please sign in to comment.