1
0
Gildas 5 жил өмнө
parent
commit
a08b8ba029
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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
 				};				
 			}
 		})