Skip to content

Commit

Permalink
www
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic-Dumas committed Jan 6, 2025
1 parent 140b40f commit 15bf568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/deeplink/v1/parsePlayUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function parseForPlayApp(scheme, hostname, pathname, queryParams, anchor) {
// Case insensitive
hostname = hostname.toLowerCase();
pathname = pathname.toLowerCase();
www

// Get BU
var bu = null;
switch (true) {
Expand Down

0 comments on commit 15bf568

Please sign in to comment.