Skip to content

Commit

Permalink
Add missing semi-colon
Browse files Browse the repository at this point in the history
πŸ™ˆ
  • Loading branch information
kevindew authored Sep 5, 2024
1 parent 9f0b8ac commit bfcb337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/www.vcl.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bfcb337

Please sign in to comment.