Skip to content

Commit

Permalink
test commit with fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic-Dumas committed Jan 6, 2025
1 parent f10906a commit 140b40f
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 @@ -17,7 +17,7 @@ function parseForPlayApp(scheme, hostname, pathname, queryParams, anchor) {
"queryParams": queryParams,
"anchor": anchor
};
www

// fix path issue
pathname = pathname.replace("//", "/");

Expand Down

0 comments on commit 140b40f

Please sign in to comment.