Fix jsdoc

This commit is contained in:
David Baker
2023-07-17 19:22:22 +01:00
parent f28cf0ce69
commit c15b2a62d5

View File

@@ -90,8 +90,10 @@ interface UrlParams {
/** /**
* Gets the app parameters for the current URL. * Gets the app parameters for the current URL.
* @param query The URL query string * @param ignoreRoomAlias If true, does not try to parse a room alias from the URL
* @param fragment The URL fragment string * @param search The URL search string
* @param pathname The URL path name
* @param hash The URL hash
* @returns The app parameters encoded in the URL * @returns The app parameters encoded in the URL
*/ */
export const getUrlParams = ( export const getUrlParams = (