This commit is contained in:
parent
7bb96b2b86
commit
9b397e299f
|
@ -497,13 +497,6 @@ export default function killTheNewsletter(
|
|||
},
|
||||
});
|
||||
|
||||
function newReference(): string {
|
||||
return cryptoRandomString({
|
||||
length: 16,
|
||||
characters: "abcdefghijklmnopqrstuvwxyz0123456789",
|
||||
});
|
||||
}
|
||||
|
||||
return { webApplication, emailApplication };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue