1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Chore: cleanup

This commit is contained in:
Laurent Cozic
2023-07-16 17:48:13 +01:00
parent 77482a0c95
commit 0470a3168c
6 changed files with 13 additions and 4 deletions

View File

@@ -15,4 +15,7 @@ export default {
createNano: function(): string {
return nanoid();
},
createNanoForInboxEmail: (): string => {
return customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 8)();
},
};