This commit is contained in:
spikecodes
2021-09-09 17:28:55 -07:00
parent 668493b72c
commit 6a4191f3b5
8 changed files with 41 additions and 27 deletions

View File

@@ -114,7 +114,7 @@ fn set_cookies_method(req: Request<Body>, remove_cookies: bool) -> Response<Body
),
None => {
if remove_cookies {
response.remove_cookie(name.to_string())
response.remove_cookie(name.to_string());
}
}
};