Skip to content

Commit 6043392

Browse files
committed
Fix Error - Unexpected trailing comma. (comma-dangle)
1 parent bc79d2d commit 6043392

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/web/js/view/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ define([
2929
initialize: function () {
3030
this._super().observe(
3131
[
32-
'cookieMessages',
32+
'cookieMessages'
3333
]
3434
);
3535

0 commit comments

Comments
 (0)