This commit is contained in:
Leandro Facchinetti 2021-03-12 10:02:51 +00:00
parent 7bb96b2b86
commit 9b397e299f
1 changed files with 0 additions and 7 deletions

View File

@ -497,13 +497,6 @@ export default function killTheNewsletter(
},
});
function newReference(): string {
return cryptoRandomString({
length: 16,
characters: "abcdefghijklmnopqrstuvwxyz0123456789",
});
}
return { webApplication, emailApplication };
}