mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Resolve #242
This commit is contained in:
parent
a9edbe9ecf
commit
47a6af52ba
2 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ export const
|
|||
* @param {string=} startupUrl
|
||||
* @returns {string}
|
||||
*/
|
||||
root = (startupUrl = '') => HASH_PREFIX + pString(startupUrl),
|
||||
root = () => HASH_PREFIX,
|
||||
|
||||
/**
|
||||
* @returns {string}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue