fix_load_members

This commit is contained in:
Pascal 2025-01-22 02:02:22 +01:00
parent ddc1ade24c
commit c0b6a5652a

View File

@ -1259,7 +1259,6 @@ class ChatElement extends HTMLElement {
} else { } else {
console.warn('⚠️ No process ID found. Loading default processes...'); console.warn('⚠️ No process ID found. Loading default processes...');
await this.loadAllProcesses(); await this.loadAllProcesses();
await this.loadAllMembers();
await this.getProcessesWhereTheCurrentMemberIs(); await this.getProcessesWhereTheCurrentMemberIs();
} }