mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
server-ts: Fix most errors in bnote
This commit is contained in:
@@ -12,7 +12,7 @@ function newEntityId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
function randomString(length: number) {
|
||||
function randomString(length: number): string {
|
||||
return randtoken.generate(length);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user