Skip to content

Commit 95be13b

Browse files
committed
[CodeFactor] Apply fixes
1 parent 364391b commit 95be13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt3/utils/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function createCheckoutData(form) {
6666
*/
6767
export function getCookie(cName) {
6868
const name = cName + '='
69-
const cDecoded = decodeURIComponent(document.cookie)
69+
const cDecoded = decodeURIComponent(document.cookie)
7070
const cArr = cDecoded.split('; ')
7171
let res
7272
cArr.forEach((val) => {

0 commit comments

Comments
 (0)