Skip to content

Commit

Permalink
Update view/frontend/web/js/view/delivery-options.js
Browse files Browse the repository at this point in the history
Co-authored-by: Freek van Rijt <[email protected]>
  • Loading branch information
joerivanveen and FreekVR authored Apr 30, 2024
1 parent 14e86c6 commit 0c376b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/delivery-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ define(
*
* @param {string} address - Full address.
*
* @returns {integer|undefined} - The house number, if found. Otherwise null.
* @returns {integer|null} - The house number, if found. Otherwise null.
*/
getHouseNumber: function(address) {
var result = deliveryOptions.splitStreetRegex.exec(address);
Expand Down

0 comments on commit 0c376b6

Please sign in to comment.