mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Cleanup some knockout code
This commit is contained in:
parent
893364d52d
commit
722e345cbe
3 changed files with 14 additions and 16 deletions
|
|
@ -25,7 +25,7 @@ export const
|
|||
* @param {string} uid
|
||||
* @returns {string}
|
||||
*/
|
||||
getMessageKey = (folderFullName, uid) => `${folderFullName}#${uid}`,
|
||||
getMessageKey = (folderFullName, uid) => folderFullName + '#' + uid,
|
||||
|
||||
/**
|
||||
* @param {string} folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue