diff --git a/www/www.vcl.tftpl b/www/www.vcl.tftpl index 33f4011..2f670cb 100644 --- a/www/www.vcl.tftpl +++ b/www/www.vcl.tftpl @@ -377,7 +377,7 @@ sub vcl_recv { # otherwise pass through if (req.url ~ "^/chat/") { if (req.http.cookie:_govuk_chat_session) { - return(pass) + return(pass); } else { unset req.http.Cookie; }