Explorar o código

remove property value

Gildas %!s(int64=5) %!d(string=hai) anos
pai
achega
a08b8ba029
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/single-file

+ 1 - 1
cli/single-file

@@ -72,7 +72,7 @@ function parseCookies(textValue) {
 					expires: (values[4] && Number(values[4])) || undefined,
 					name: values[5],
 					value: values[6],
-					httpOnly: httpOnly
+					httpOnly
 				};				
 			}
 		})