Skip to content

Commit 69a9b46

Browse files
committed
MC-19096: redundant check for directory-data inside leads to second ajax request
1 parent 4958ccd commit 69a9b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/customer-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ define([
324324

325325
/**
326326
* Avoid using this function directly 'cause of possible performance drawbacks.
327-
* Each customer section reload brings new non-cached ajax request
327+
* Each customer section reload brings new non-cached ajax request.
328328
*
329329
* @param {Array} sectionNames
330330
* @param {Boolean} forceNewSectionTimestamp

0 commit comments

Comments
 (0)