diff --git a/packages/common/upgrade/src/params.ts b/packages/common/upgrade/src/params.ts index 8763964b57..ac9fe5f7d6 100644 --- a/packages/common/upgrade/src/params.ts +++ b/packages/common/upgrade/src/params.ts @@ -223,7 +223,6 @@ function _stripIndexHtml(url: string): string { /** * Tries to decode the URI component without throwing an exception. * - * @private * @param str value potential URI component to check. * @returns the decoded URI if it can be decoded or else `undefined`. */