Skip to content

Commit 2922332

Browse files
patelnimesh1988vijay-wagento
authored andcommitted
Fixed Invalid quote mark issue
1 parent 8128913 commit 2922332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Customer/view/frontend/web/js/logout-redirect.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
*/
55

66
define([
7-
"jquery",
8-
"mage/mage"
7+
'jquery',
8+
'mage/mage'
99
], function ($) {
1010
'use strict';
1111

1212
return function (data) {
13-
$($.mage.redirect(data.url, "assign", 5000));
13+
$($.mage.redirect(data.url, 'assign', 5000));
1414
};
1515
});

0 commit comments

Comments
 (0)