This commit is contained in:
the-djmaze 2022-02-25 11:33:08 +01:00
parent a9edbe9ecf
commit 47a6af52ba
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ export const
* @param {string=} startupUrl
* @returns {string}
*/
root = (startupUrl = '') => HASH_PREFIX + pString(startupUrl),
root = () => HASH_PREFIX,
/**
* @returns {string}