This commit is contained in:
Owen
2025-08-10 10:14:45 -07:00
parent c3723d0fce
commit ea27075bab
8 changed files with 10 additions and 10 deletions

View File

@@ -102,7 +102,7 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
.where(eq(clientSites.clientId, client.clientId));
// Prepare an array to store site configurations
let siteConfigurations = [];
const siteConfigurations = [];
logger.debug(`Found ${sitesData.length} sites for client ${client.clientId}`);
if (sitesData.length === 0) {