You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Chore: cleanup
This commit is contained in:
@@ -15,4 +15,7 @@ export default {
|
||||
createNano: function(): string {
|
||||
return nanoid();
|
||||
},
|
||||
createNanoForInboxEmail: (): string => {
|
||||
return customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 8)();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user