export fixed

This commit is contained in:
mic 2024-08-23 14:13:09 +02:00
parent c104edbf93
commit b9ad4a4937

View file

@ -123,7 +123,7 @@ function compareThunderbirdVersions(v1, v2) {
return 0;
}
function generateCallID(length) {
export function generateCallID(length) {
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
let result = '';
const charactersLength = characters.length;