fix(promoted_attributes): value carrying over onto new notes

This commit is contained in:
Elian Doran
2025-12-01 13:30:03 +02:00
parent 3051664228
commit 98241fb54b
2 changed files with 6 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ function toObject<T, R>(array: T[], fn: (arg0: T) => [key: string, value: R]) {
return obj;
}
function randomString(len: number) {
export function randomString(len: number) {
let text = "";
const possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";